Fixes larva evolving while restrained (#31060)

This commit is contained in:
YPOQ
2017-09-28 20:46:02 -06:00
committed by CitadelStationBot
parent d25894447e
commit a780d6f79e
@@ -34,6 +34,7 @@
if(L.handcuffed || L.legcuffed) // Cuffing larvas ? Eh ?
to_chat(user, "<span class='danger'>You cannot evolve when you are cuffed.</span>")
return
if(L.amount_grown >= L.max_grown) //TODO ~Carn
to_chat(L, "<span class='name'>You are growing into a beautiful alien! It is time to choose a caste.</span>")