mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-14 17:54:42 +01:00
Merge pull request #3473 from CHOMPStation2/upstream-merge-11878
[MIRROR] Fix for issue #5643
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
item_state = "candlebox5"
|
||||
throwforce = 2
|
||||
slot_flags = SLOT_BELT
|
||||
max_storage_space = ITEMSIZE_COST_TINY * 5 //CHOMPEdit
|
||||
max_storage_space = ITEMSIZE_COST_TINY * 5
|
||||
can_hold = list(/obj/item/weapon/flame/candle)
|
||||
starts_with = list(/obj/item/weapon/flame/candle = 5)
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
item_state = "whitecandlebox5"
|
||||
throwforce = 2
|
||||
slot_flags = SLOT_BELT
|
||||
max_storage_space = ITEMSIZE_COST_TINY * 5 //CHOMPEdit
|
||||
max_storage_space = ITEMSIZE_COST_TINY * 5
|
||||
can_hold = list(/obj/item/weapon/flame/candle)
|
||||
starts_with = list(/obj/item/weapon/flame/candle/white = 5)
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
item_state = "blackcandlebox5"
|
||||
throwforce = 2
|
||||
slot_flags = SLOT_BELT
|
||||
max_storage_space = ITEMSIZE_COST_TINY * 5 //CHOMPEdit
|
||||
max_storage_space = ITEMSIZE_COST_TINY * 5
|
||||
can_hold = list(/obj/item/weapon/flame/candle)
|
||||
starts_with = list(/obj/item/weapon/flame/candle/black = 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user