runtime error fix with borgs sleepers.

This commit is contained in:
quotefox
2021-09-13 21:54:12 +01:00
parent 8fd8ea5380
commit 2cdfd37c63

View File

@@ -247,6 +247,10 @@
//Well, we HAD one, what happened to them?
var/prociconupdate = FALSE
var/currentenvy = hound.sleeper_nv
if(!currentenvy) //runetime error fix with dogborgs with no sleepers
return
hound.sleeper_nv = FALSE
if(patient in contents)
if(patient_laststat != patient.stat)