Merge pull request #11862 from Heroman3003/stairfix3

Fixes #11861
This commit is contained in:
Casey
2021-11-20 05:38:44 -05:00
committed by Chompstation Bot
parent e6f330182b
commit d6d65c0964
+1 -1
View File
@@ -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