Prevents queens laying eggs while dead

This commit is contained in:
Kyep
2017-03-17 03:38:08 -07:00
parent e848601bc8
commit 2552f593c8
@@ -251,6 +251,8 @@
I.flicker()
/mob/living/simple_animal/hostile/poison/terror_spider/queen/proc/LayQueenEggs()
if(stat == DEAD)
return
if(!hasnested)
to_chat(src, "<span class='danger'>You must nest before doing this.</span>")
return