mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Remove sleeving cure
As part of removing resleeving sickness
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
chem_effective = 0.75
|
||||
if(alien != IS_DIONA)
|
||||
M.heal_organ_damage(8 * removed * chem_effective, 0)
|
||||
|
||||
|
||||
/*CHOMPStation removal begin
|
||||
/datum/reagent/sleevingcure
|
||||
name = "Vey-Med Resleeving Booster"
|
||||
id = "sleevingcure"
|
||||
@@ -91,4 +92,5 @@
|
||||
|
||||
/datum/reagent/sleevingcure/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/resleeving_sickness)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/faux_resleeving_sickness)
|
||||
M.remove_a_modifier_of_type(/datum/modifier/faux_resleeving_sickness)
|
||||
*/ //CHOMPStation removal end
|
||||
|
||||
Reference in New Issue
Block a user