mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Fixes #11861
This commit is contained in:
@@ -392,7 +392,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