This commit is contained in:
Heroman
2021-11-20 17:55:49 +10:00
parent 7acd0f5bf4
commit 5ca4db9b4b
+1 -1
View File
@@ -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