Skip to content

Commit

Permalink
Box fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 18, 2025
1 parent 91ad657 commit c0130ea
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions modular_bandastation/aesthetics/boxes/code/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
illustration = "implant"

/obj/item/storage/box/condimentbottles
illustration = "condimentbottle"
illustration = "condiment"

/obj/item/storage/box/deathimp
illustration = "implant"
Expand All @@ -49,7 +49,7 @@
illustration = "light"

/obj/item/storage/box/lights/tubes
illustration = "light_tubes"
illustration = "light_tube"

/obj/item/storage/box/lights/mixed
illustration = "light_mixed"
Expand Down Expand Up @@ -189,6 +189,10 @@
icon_state = "medical"
illustration = "syringe"

/obj/item/storage/box/bodybags
icon_state = "medical"
illustration = "bodybags"

// MARK: Emergency
/obj/item/storage/box/emergencytank
icon_state = "internals"
Expand Down Expand Up @@ -235,7 +239,7 @@
icon_state = "syndie_alt"

/obj/item/storage/box/evilmeds
icon_state = "syndie"
icon_state = "syndie_alt"
illustration = "pillbox"

/obj/item/storage/box/fakesyndiesuit
Expand All @@ -248,9 +252,11 @@

/obj/item/storage/box/stabilized
icon_state = "syndie"
illustration = "writing_syndie"

/obj/item/storage/box/stockparts/deluxe
icon_state = "syndie"
illustration = "writing_syndie"

/obj/item/storage/box/syndicate/contract_kit
icon_state = "syndie"
Expand Down

0 comments on commit c0130ea

Please sign in to comment.