mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 22:16:23 +01:00
Merge pull request #2468 from Cyantime/blastdoor
Disables stumbling into blast doors opening them.
This commit is contained in:
@@ -81,7 +81,11 @@
|
||||
else
|
||||
M.forceMove(get_turf(src))
|
||||
|
||||
/obj/machinery/door/stumble_into(mob/living/M)
|
||||
/obj/machinery/door/window/stumble_into(mob/living/M)
|
||||
..()
|
||||
bumpopen(M)
|
||||
|
||||
/obj/machinery/door/airlock/stumble_into(mob/living/M)
|
||||
..()
|
||||
bumpopen(M)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user