Skip to content

Commit

Permalink
Fixes SG ammo can and a storage exploit (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
grifp71 authored Apr 2, 2024
1 parent 7d88620 commit 9be3ce9
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 9be3ce9

Please sign in to comment.