mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
tf pref for chem (#8457)
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
chem_effective = 0.75
|
chem_effective = 0.75
|
||||||
if(alien != IS_DIONA)
|
if(alien != IS_DIONA)
|
||||||
M.heal_organ_damage(8 * removed * chem_effective, 0)
|
M.heal_organ_damage(8 * removed * chem_effective, 0)
|
||||||
|
|
||||||
/*CHOMPStation removal begin
|
/*CHOMPStation removal begin
|
||||||
/datum/reagent/sleevingcure
|
/datum/reagent/sleevingcure
|
||||||
name = "Vey-Med Resleeving Booster"
|
name = "Vey-Med Resleeving Booster"
|
||||||
@@ -209,6 +209,8 @@
|
|||||||
if(!istype(M))
|
if(!istype(M))
|
||||||
log_debug("polymorph istype")
|
log_debug("polymorph istype")
|
||||||
return
|
return
|
||||||
|
if(!M.allow_spontaneous_tf)
|
||||||
|
return
|
||||||
if(M.tf_mob_holder)
|
if(M.tf_mob_holder)
|
||||||
log_debug("polymorph tf_holder")
|
log_debug("polymorph tf_holder")
|
||||||
var/mob/living/ourmob = M.tf_mob_holder
|
var/mob/living/ourmob = M.tf_mob_holder
|
||||||
|
|||||||
Reference in New Issue
Block a user