mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 00:33:20 +01:00
@@ -395,7 +395,7 @@
|
||||
|
||||
/obj/structure/stairs/top/Uncrossed(var/atom/movable/AM)
|
||||
// Going down stairs from the topstair piece
|
||||
if(AM.dir == turn(dir, 180) && check_integrity())
|
||||
if(AM.dir == turn(dir, 180) && isturf(AM.loc) && check_integrity())
|
||||
use_stairs_instant(AM)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user