[MIRROR] Port /datum/status_effect and convert wetness and fire stacks to it (#11666)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-17 14:21:49 +02:00
committed by GitHub
co-authored by ShadowLarkens Cameron Lennox
parent 0000fce008
commit 9f292671ae
88 changed files with 1775 additions and 249 deletions
+2 -1
View File
@@ -318,7 +318,8 @@ steam.start() -- spawns the effect
/obj/effect/effect/smoke/elemental/fire/affect(mob/living/L)
L.inflict_heat_damage(strength)
L.add_modifier(/datum/modifier/fire, 6 SECONDS) // Around 15 damage per stack.
L.adjust_fire_stacks(10)
L.ignite_mob()
/obj/effect/effect/smoke/elemental/frost
name = "freezing cloud"