Fixes wallets being unable to hold boxes of cigarette components (#18383)

* allows wallets to hold normal-sized containers

* actually, this is better

* adjusts cl
This commit is contained in:
Llywelwyn
2024-02-10 11:41:13 +00:00
committed by GitHub
parent d7545dff24
commit 302b557cc2
2 changed files with 45 additions and 2 deletions
@@ -66,7 +66,7 @@
slot_l_hand_str = 'icons/mob/items/lefthand_cigs_lighters.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_cigs_lighters.dmi',
)
w_class = ITEMSIZE_SMALL
w_class = ITEMSIZE_TINY
max_storage_space = 10
throwforce = 2
slot_flags = SLOT_BELT
@@ -94,7 +94,7 @@
slot_l_hand_str = 'icons/mob/items/lefthand_cigs_lighters.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_cigs_lighters.dmi',
)
w_class = ITEMSIZE_SMALL
w_class = ITEMSIZE_TINY
starts_with = list(/obj/item/cigarette_filter = 10)
drop_sound = 'sound/items/drop/gloves.ogg'
pickup_sound = 'sound/items/pickup/gloves.ogg'
@@ -205,6 +205,7 @@
slot_l_hand_str = 'icons/mob/items/lefthand_cigs_lighters.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_cigs_lighters.dmi',
)
w_class = ITEMSIZE_TINY
max_storage_space = 8
drop_sound = 'sound/items/drop/cardboardbox.ogg'
pickup_sound = 'sound/items/pickup/cardboardbox.ogg'