upload files

This commit is contained in:
SandPoot
2021-02-18 15:05:39 -03:00
parent f738023097
commit 123de14009
182 changed files with 552 additions and 528 deletions

View File

@@ -16,7 +16,7 @@
to_chat(user, "<span class='warning'>You need a crowbar to pry this open!</span>")
/obj/structure/closet/crate/large/attackby(obj/item/W, mob/user, params)
if(istype(W, /obj/item/crowbar))
if(W.tool_behaviour == TOOL_CROWBAR)
if(manifest)
tear_manifest(user)