Merge pull request #746 from TheFurryFeline/TFF-Contaminate_Tweaky

Contamination Tweaks
This commit is contained in:
AnonymousHybi
2019-08-03 23:01:48 +01:00
committed by GitHub
+3 -2
View File
@@ -25,8 +25,9 @@ var/image/gurgled_overlay = image('icons/effects/sludgeoverlay_vr.dmi')
/obj/item/proc/can_gurgle()
if(flags & PHORONGUARD)
return FALSE
else if(phoronproof == TRUE)
return FALSE
//TFF 2/8/19 - removed to prevent contamination damage.
// else if(phoronproof == TRUE)
// return FALSE
else if(unacidable)
return FALSE
else