mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 13:34:49 +00:00
Merge pull request #4761 from CHOMPStation2/upstream-merge-13546
[MIRROR] 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