mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixed hand labelers being unable to label storage items.
Fixed being unable to resist out of wrapped lockers. Fixed being unable to resist out of lockers inside morgues. Fixed mechs being able to spam doors they do not have access to.
This commit is contained in:
@@ -80,6 +80,10 @@
|
||||
/obj/structure/bodycontainer/container_resist()
|
||||
open()
|
||||
|
||||
/obj/structure/bodycontainer/relay_container_resist(mob/living/user, obj/O)
|
||||
user << "<span class='notice'>You slam yourself into the side of [O].</span>"
|
||||
container_resist()
|
||||
|
||||
/obj/structure/bodycontainer/proc/open()
|
||||
playsound(src.loc, 'sound/items/Deconstruct.ogg', 50, 1)
|
||||
var/turf/T = get_step(src, opendir)
|
||||
|
||||
Reference in New Issue
Block a user