Skip to content

Commit

Permalink
Update misc.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
grifp71 authored Apr 1, 2024
1 parent 7d88620 commit 7c27e0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/game/objects/items/storage/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
desc = "A small case containing the once-standard sidearm of the UPP, the Type 73, and two additional magazines. The contained sidearm is probably looted off a dead officer or from a captured stockpile, either way this thing is worth a pretty penny."
icon = 'icons/obj/items/storage.dmi'
icon_state = "matebacase"
w_class = SIZE_MEDIUM
max_w_class = SIZE_MEDIUM
w_class = SIZE_LARGE
max_w_class = SIZE_LARGE
storage_slots = 3

/obj/item/storage/box/upp/fill_preset_inventory()
Expand All @@ -143,8 +143,8 @@
desc = "A relatively large storage case containing the 1911 and additional magazines. Purchased by enlisted or aspiring PMCs looking to carry a timeless classic"
icon = 'icons/obj/items/storage.dmi'
icon_state = "matebacase"
w_class = SIZE_MEDIUM
max_w_class = SIZE_MEDIUM
w_class = SIZE_LARGE
max_w_class = SIZE_LARGE
storage_slots = 3

/obj/item/storage/box/M1911_loadout/fill_preset_inventory()
Expand Down

0 comments on commit 7c27e0b

Please sign in to comment.