[MIRROR] bunny taur sprite fix & misc fixes (#11218)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-22 01:35:19 -07:00
committed by GitHub
parent 2bc6485c7b
commit 232e5de984
7 changed files with 10 additions and 9 deletions

View File

@@ -104,6 +104,7 @@
w_class = ITEMSIZE_NORMAL
max_storage_space = ITEMSIZE_COST_NORMAL * 25
max_w_class = ITEMSIZE_NORMAL
allow_quick_empty = FALSE
can_hold = list(/obj/item/ore)
var/current_capacity = 0
var/max_pickup = 100 //How much ore can be picked up in one go. There to prevent someone from walking on a turf with 10000 ore and making the server cry.