Contamination Tweaks

Prevent your items from damaging you after being churned.
This commit is contained in:
TheFurryFeline
2019-08-02 23:29:18 -04:00
parent b795f3b97d
commit c4a1f1d779
+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