mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
Adds Toxins & Cloneloss digestion damage.
This commit is contained in:
@@ -1583,7 +1583,7 @@
|
||||
return
|
||||
|
||||
// Puke if toxloss is too high
|
||||
if(!stat)
|
||||
if(!stat && !isbelly(loc))
|
||||
if (getToxLoss() >= 30 && isSynthetic())
|
||||
if(!confused)
|
||||
if(prob(5))
|
||||
|
||||
Reference in New Issue
Block a user