Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Oct 10, 2024
1 parent d5d3b3d commit 263f43e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@
..()
for(var/i in 1 to 3)
new /obj/item/storage/box/lethalshot(src)
new /obj/item/ammo_box/magazine/co9mm(src) //WS edit - begin - better safe than sorry
new /obj/item/ammo_box/magazine/co9mm(src)
new /obj/item/ammo_box/magazine/co9mm(src)
new /obj/item/ammo_box/magazine/co9mm(src) //WS edit - end
new /obj/item/ammo_box/magazine/co9mm(src)
new /obj/item/ammo_box/magazine/co9mm(src)

/obj/structure/closet/secure_closet/labor_camp_security
name = "labor camp security locker"
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/ammunition/ballistic/pistol.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
icon_state = "pistol-brass"
caliber = "9mm"
projectile_type = /obj/projectile/bullet/c9mm
stack_size = 15

/obj/item/ammo_casing/c9mm/surplus
name = "9mm surplus bullet casing"
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/ammunition/ballistic/smg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
icon_state = "rifle-brass"
caliber = "4.6x30mm"
projectile_type = /obj/projectile/bullet/c46x30mm
stack_size = 15

/obj/item/ammo_casing/c46x30mm/ap
name = "4.6x30mm armor-piercing bullet casing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@

/obj/item/ammo_box/magazine/ammo_stack/prefilled/c9mm
ammo_type = /obj/item/ammo_casing/c9mm
max_ammo = 15

/obj/item/storage/box/ammo/c9mm
name = "box of 9mm ammo"
Expand Down Expand Up @@ -288,7 +289,7 @@
/obj/item/storage/box/ammo/a357
name = "box of .357 ammo"
desc = "A box of standard .357 ammo."
icon_state = "22lrbox"
icon_state = "357box"

/obj/item/storage/box/ammo/a357/PopulateContents()
..()
Expand Down

0 comments on commit 263f43e

Please sign in to comment.