Skip to content

Commit

Permalink
machinegunner assistant rp
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Feb 15, 2024
1 parent 2b99eda commit 90889d9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
11 changes: 11 additions & 0 deletions code/modules/projectiles/ammo_boxes/round_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,14 @@

/obj/item/ammo_box/rounds/type71/heap/empty
empty = TRUE

/obj/item/ammo_box/rounds/pkp
name = "machinegun ammunition box (7.62x54mmR)"
desc = "A 7.62x54mmR machinegun ammunition box. Used to refill QYJ-72 box magazines. It comes with a leather strap allowing to wear it on the back."
icon_state = "base_type71"
overlay_gun_type = "_rounds_pkp"
overlay_content = "_type71_reg"
default_ammo = /datum/ammo/bullet/pkp
bullet_amount = 1500
max_bullet_amount = 1500
caliber = "7.62x54mmR"
Binary file modified icons/obj/items/weapons/guns/ammo_boxes/text.dmi
Binary file not shown.
18 changes: 16 additions & 2 deletions maps/map_files/chapaev/chapaev.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,13 @@
icon_state = "multi_tiles"
},
/area/golden_arrow/platoon_commander_rooms)
"eG" = (
/obj/item/ammo_box/magazine/type71/empty,
/turf/open/floor/strata{
dir = 4;
icon_state = "floor3"
},
/area/golden_arrow/supply)
"eL" = (
/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/upp,
/turf/open/floor/strata{
Expand Down Expand Up @@ -4927,6 +4934,13 @@
icon_state = "floor3"
},
/area/golden_arrow/briefing)
"XD" = (
/obj/item/ammo_box/rounds/pkp,
/turf/open/floor/strata{
dir = 4;
icon_state = "floor3"
},
/area/golden_arrow/supply)
"XH" = (
/obj/structure/janitorialcart,
/obj/item/reagent_container/glass/bucket{
Expand Down Expand Up @@ -15823,8 +15837,8 @@ vN
Cy
Ck
Tk
Li
Li
XD
eG
Tr
mV
mV
Expand Down

0 comments on commit 90889d9

Please sign in to comment.