mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Revert "Stairs are Dangerous" (#19484)
Unfortunately most of the map is kind of unplayable or not mapped in mind with stairs being untraversable for roller beds or wheelchairs. Remapping every map to work with this mechanic is also not something I am interested in. --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -802,19 +802,6 @@
|
||||
new /obj/item/stack/material/steel(get_turf(src))
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/closet/stair_act()
|
||||
if(opened || !can_open())
|
||||
return
|
||||
|
||||
visible_message(SPAN_WARNING("\The [src] flies open as it bounces on the stairs!"))
|
||||
for(var/thing in src)
|
||||
var/atom/movable/AM = thing
|
||||
AM.forceMove(get_turf(src))
|
||||
AM.throw_at_random(TRUE, 1, 2)
|
||||
open()
|
||||
|
||||
return ..()
|
||||
|
||||
/*
|
||||
==========================
|
||||
Contents Scanner
|
||||
|
||||
Reference in New Issue
Block a user