Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Aug 18, 2024
1 parent f4b1c3d commit ff3e9c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/objects/items/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@
/obj/item/storage/backpack/santabag
name = "Santa's Gift Bag"
desc = "Space Santa uses this to deliver toys to all the nice children in space in Christmas! Wow, it's pretty big!"
icon = 'icons/obj/items/storage/bags.dmi'
icon_state = "giftbag"
item_state = "giftbag"
w_class = SIZE_LARGE
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/structures/inflatable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
/obj/item/storage/briefcase/inflatable
name = "inflatable barrier box"
desc = "Contains inflatable walls and doors."
icon = 'icons/obj/items/storage/boxes.dmi'
icon_state = "inf_box"
item_state = "syringe_kit"
max_storage_space = 21
Expand Down
1 change: 1 addition & 0 deletions code/modules/cm_tech/implements/medical_czsp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

/obj/item/storage/box/czsp/medic_upgraded_kits
name = "medical upgrade kit"
icon = 'icons/obj/items/storage/kits.dmi'
icon_state = "upgradedkitbox"
desc = "This kit holds upgraded trauma and burn kits, for critical injuries."
max_w_class = SIZE_MEDIUM
Expand Down

0 comments on commit ff3e9c9

Please sign in to comment.