mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-11 07:02:32 +01:00
Merge pull request #746 from TheFurryFeline/TFF-Contaminate_Tweaky
Contamination Tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user