mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user