mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 10:33:21 +00:00
[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:
committed by
GitHub
parent
0000fce008
commit
9f292671ae
@@ -650,7 +650,7 @@
|
||||
/datum/reagent/ethanol/mauna_loa/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
if(prob(10))
|
||||
M.adjust_fire_stacks(5*removed)
|
||||
M.IgniteMob()
|
||||
M.ignite_mob()
|
||||
|
||||
/datum/reagent/ethanol/hiveminderaser
|
||||
name = REAGENT_HIVEMINDERASER
|
||||
|
||||
@@ -339,7 +339,7 @@
|
||||
M.remove_a_modifier_of_type(/datum/modifier/grievous_wounds)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/deep_wounds)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/hivebot_weaken)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/fire)
|
||||
M.extinguish_mob()
|
||||
M.remove_a_modifier_of_type(/datum/modifier/berserk_exhaustion)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/entangled)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/wizfire)
|
||||
|
||||
Reference in New Issue
Block a user