mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Fix docility not updating when host is unconscious
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
if(host)
|
||||
|
||||
if(!stat && !host.stat)
|
||||
if(!stat && host.stat != DEAD)
|
||||
|
||||
if(host.reagents.has_reagent("sugar"))
|
||||
if(!docile)
|
||||
|
||||
Reference in New Issue
Block a user