mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
no more dripping through your pred (#18225)
This commit is contained in:
@@ -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