Skip to content

Commit

Permalink
Merge branch 'misc-marine-changes' of https://github.com/AmoryBlaine/…
Browse files Browse the repository at this point in the history
…PvE-CMSS13 into misc-marine-changes
  • Loading branch information
AmoryBlaine committed Apr 4, 2024
2 parents 489fb68 + e9d05fe commit ef29d7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/storage/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
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
w_class = SIZE_LARGE
max_w_class = SIZE_MEDIUM
storage_slots = 3

Expand All @@ -143,7 +143,7 @@
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
w_class = SIZE_LARGE
max_w_class = SIZE_MEDIUM
storage_slots = 3

Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/ammo_boxes/round_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
overlay_content = "_reg"
default_ammo = /datum/ammo/bullet/smartgun
caliber = "10x28mm"
bullet_amount = 1000
max_bullet_amount = 1000

/obj/item/ammo_box/rounds/smartgun/empty
Expand Down

0 comments on commit ef29d7f

Please sign in to comment.