mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
fix runtime
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user