Skip to content

Conversation

@chazzyjazzy
Copy link
Contributor

About The Pull Request

after considering that maybe Serpentis needs a rework, I took a look, and it actually needs very little done to it, so im not sure what everyone was on about.

Why It's Good For The Game

closer to a finished state

Changelog

🆑

code: readds serpentis

/:cl:

@chazzyjazzy
Copy link
Contributor Author

just need to increase the length of the transforms for Protean and Serpentis to 'until the next sunrise'. otherwise this is basically done besides a request for me to add an alt form for Serp 4 as a recolored Gangrel warform.

@chazzyjazzy chazzyjazzy marked this pull request as ready for review January 4, 2026 20:22
@chazzyjazzy chazzyjazzy requested review from a team as code owners January 4, 2026 20:22

cancelable = TRUE
duration_length = 1 SCENES
duration_length = 999 SCENES
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (toggled && (duration_length == 0))
		return

@chazzyjazzy
Copy link
Contributor Author

hotspot hard delete - this is good to go

if(choice == "Obvious")
owner.st_add_stat_mod(STAT_INTIMIDATION, 2, "Serpentis") // 'reduce intimidation difficulties by two' placeholder
owner.apply_status_effect(/datum/status_effect/fortitude/three) // 'reduces all soak difficulty to 5' placeholder
ADD_TRAIT(owner, TRAIT_MASQUERADE_VIOLATING_FACE, "Serpentis")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

source for traits should be a define

choice = tgui_alert(owner, "How do you manifest the scales along your body?", "Scales", list("Subtle", "Obvious"))
if(choice == "Obvious")
owner.st_add_stat_mod(STAT_INTIMIDATION, 2, "Serpentis") // 'reduce intimidation difficulties by two' placeholder
owner.apply_status_effect(/datum/status_effect/fortitude/three) // 'reduces all soak difficulty to 5' placeholder
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this really be reusing fortitude? would those stack?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the Fortitude status effects? yeah maybe... I can perhaps make it a stamina st_stat_mod.

pixel_w = -8

/mob/living/basic/cobra/typhon
name = "Typhonic Beast"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flavcase?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typhon I think is a proper noun but Beast ofc is not so I'll keep Typhonic as capital? idk

chazzyjazzy and others added 3 commits January 13, 2026 03:24
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
polymorph_bot.bot_cover_flags |= BOT_COVER_EMAGGED
polymorph_bot.bot_mode_flags &= ~BOT_MODE_REMOTE_ENABLED

new_shape.storyteller_stats = caster.storyteller_stats //DARKPACK EDIT ADD
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image Might need to create a preemptive issue report for this not handling this at all (also this has no type safety shit)

Copy link
Collaborator

@XeonMations XeonMations left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ensure to follow fallcon's review above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants