mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
tf pref for chem (#8457)
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
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"
|
||||
@@ -209,6 +209,8 @@
|
||||
if(!istype(M))
|
||||
log_debug("polymorph istype")
|
||||
return
|
||||
if(!M.allow_spontaneous_tf)
|
||||
return
|
||||
if(M.tf_mob_holder)
|
||||
log_debug("polymorph tf_holder")
|
||||
var/mob/living/ourmob = M.tf_mob_holder
|
||||
|
||||
Reference in New Issue
Block a user