fix runtime

This commit is contained in:
Razgriz
2022-03-01 00:41:53 -07:00
committed by GitHub
parent f3b795d2b2
commit b3b386eabe
@@ -143,11 +143,10 @@
desc = "Be careful where you step!"
color = "#eacd7c"
KARA_SET_ATMOS
does_skyfall = FALSE
/turf/unsimulated/floor/sky/kara_sky/Entered(atom/movable/AM, atom/oldloc)
. = ..()
if(!does_skyfall)
return //We don't do that
if(isobserver(AM))
return //Don't ghostport, very annoying
if(AM.throwing)