[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:
SkyratBot
2021-01-10 08:23:37 +01:00
committed by GitHub
co-authored by spessbro
parent 643a16660c
commit ee2583ed8f
2 changed files with 2 additions and 2 deletions
@@ -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