Fixes not being able to hold guns inside the evidence bag (#22109)

Can now just DUMP IT all out on the floor with evidence bags

Evidence bags only try to pick up one thing at a time
This commit is contained in:
MadmanMartian
2019-03-22 20:15:24 +00:00
committed by jknpj
parent 5620e1cf05
commit 182b2715d5

View File

@@ -7,7 +7,10 @@
icon_state = "evidenceobj" icon_state = "evidenceobj"
item_state = "" item_state = ""
use_to_pickup = TRUE use_to_pickup = TRUE
allow_quick_empty = TRUE
collection_mode = FALSE
w_class = W_CLASS_TINY w_class = W_CLASS_TINY
fits_max_w_class = W_CLASS_MEDIUM
storage_slots = 1 storage_slots = 1
/obj/item/weapon/storage/evidencebag/update_icon() /obj/item/weapon/storage/evidencebag/update_icon()