[MIRROR] Kaleidoscope 2: The Retabbening

This commit is contained in:
Chompstation Bot
2021-03-21 01:24:14 -04:00
committed by Darlantan
parent d834f66316
commit 2a5c21c8f5
77 changed files with 11334 additions and 3061 deletions
+1 -1
View File
@@ -82,7 +82,7 @@
return 0
else if(ismob(src)) //VOREStation Edit Start. Are they a mob, and are they currently flying??
var/mob/H = src
var/mob/living/H = src
if(H.flying)
if(H.incapacitated(INCAPACITATION_ALL))
to_chat(src, "<span class='notice'>You can't fly in your current state.</span>")