mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Stairs are Dangerous (#9210)
* Crates, closets, rollerbeds and wheelchairs now cannot safely traverse stairs.
This commit is contained in:
@@ -286,3 +286,7 @@
|
||||
/obj/proc/clean()
|
||||
clean_blood()
|
||||
color = initial(color)
|
||||
|
||||
/// This fires when the object /crosses() a stair object
|
||||
/obj/proc/stair_act()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user