mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
[MIRROR] Fixes dripping through your pred (#11379)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e94af794b7
commit
d3ae054a3e
@@ -17,6 +17,8 @@
|
||||
return
|
||||
if(!prob(drip_chance))
|
||||
return
|
||||
if(isbelly(living_guy.loc))
|
||||
return
|
||||
if(living_guy.stat == DEAD)
|
||||
return
|
||||
if(living_guy.inStasisNow())
|
||||
|
||||
Reference in New Issue
Block a user