mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] removes cardboard box and supplypod shitcode (#2609)
* improves cardboard box and supplypod code (#56043) Doesn't let force default to TRUE just in case someone tries to open when they're not supposed to. * removes cardboard box and supplypod shitcode Co-authored-by: spessbro <51048066+spessbro@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
/obj/structure/closet/cardboard/proc/ResetMoveDelay()
|
||||
move_delay = FALSE
|
||||
|
||||
/obj/structure/closet/cardboard/open(mob/living/user, force = TRUE)
|
||||
/obj/structure/closet/cardboard/open(mob/living/user, force = FALSE)
|
||||
if(opened || !can_open(user, force))
|
||||
return FALSE
|
||||
var/list/alerted = null
|
||||
|
||||
Reference in New Issue
Block a user