diff --git a/code/game/objects/items/storage/boxes/job_boxes.dm b/code/game/objects/items/storage/boxes/job_boxes.dm index 9c67a30517d..4238d9c0e91 100644 --- a/code/game/objects/items/storage/boxes/job_boxes.dm +++ b/code/game/objects/items/storage/boxes/job_boxes.dm @@ -25,8 +25,9 @@ return atom_storage.max_slots += 2 atom_storage.max_total_storage += 4 - name = "large [name]" - icon_state = "[icon_state]_large" + desc = "An upgraded box of survival essentials, Nanotrasen must value your life a little more than usual today." // BUBBER EDIT ADDITION + name = "premium [name]" // BUBBER EDIT CHANGE + icon_state = "internals_large" // BUBBER EDIT CHANGE - ORIGINAL: [icon_state]_large /obj/item/storage/box/survival/PopulateContents() if(crafted) diff --git a/modular_skyrat/modules/aesthetics/storage/storage.dmi b/modular_skyrat/modules/aesthetics/storage/storage.dmi index 548cb680114..ece00c52dae 100644 Binary files a/modular_skyrat/modules/aesthetics/storage/storage.dmi and b/modular_skyrat/modules/aesthetics/storage/storage.dmi differ