mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes runtime related to the slimed status effect. (#96136)
This commit is contained in:
@@ -41,7 +41,10 @@
|
||||
our_slime = null
|
||||
|
||||
/datum/status_effect/slime_leech/tick(seconds_between_ticks)
|
||||
if(our_slime.stat != CONSCIOUS)
|
||||
if(QDELETED(our_slime))
|
||||
qdel(src)
|
||||
return
|
||||
if(our_slime.stat != CONSCIOUS || !owner)
|
||||
our_slime.stop_feeding(silent = TRUE)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user