Skip to content

Commit

Permalink
super die and one bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Jun 22, 2024
1 parent 25c68f9 commit 5fe31ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/cbrn.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m41aMK1(new_human), WEAR_J_STORE)
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine(new_human), WEAR_BACK)
new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/m41amk1(new_human), WEAR_WAIST)
new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/ap(new_human), WEAR_IN_ACCESSORY)
new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m41amk1/ap(new_human), WEAR_IN_ACCESSORY)
new_human.equip_to_slot_or_del(new /obj/item/device/analyzer(new_human), WEAR_IN_BACK)
new_human.equip_to_slot_or_del(new /obj/item/device/reagent_scanner(new_human), WEAR_IN_BACK)
new_human.equip_to_slot_or_del(new /obj/item/prop/geiger_counter(new_human), WEAR_IN_BACK)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammo_boxes/ammo_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@

/obj/item/ammo_box/rounds
name = "\improper rifle ammunition box (10x24mm)"
desc = "A 10x24mm ammunition box. Used to refill M41A MK1, MK2, M4RA and M41AE2 HPR magazines. It comes with a leather strap allowing to wear it on the back."
desc = "A 10x24mm ammunition box. Used to refill M41A MK1, M4RA and M41AE2 HPR magazines. It comes with a leather strap allowing to wear it on the back."
icon_state = "base_m41"
item_state = "base_m41"
flags_equip_slot = SLOT_BACK
Expand Down
6 changes: 3 additions & 3 deletions code/modules/projectiles/ammo_boxes/round_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/obj/item/ammo_box/rounds/ap
name = "\improper rifle ammunition box (10x24mm AP)"
desc = "A 10x24mm armor-piercing ammunition box. Used to refill M41A MK2, and M4RA AP magazines. It comes with a leather strap allowing to wear it on the back."
desc = "A 10x24mm armor-piercing ammunition box. Used to refill M41A and M4RA AP magazines. It comes with a leather strap allowing to wear it on the back."
overlay_content = "_ap"
default_ammo = /datum/ammo/bullet/rifle/ap

Expand All @@ -13,7 +13,7 @@

/obj/item/ammo_box/rounds/le
name = "\improper rifle ammunition box (10x24mm LE)"
desc = "A 10x24mm armor-shredding ammunition box. Used to refill M41A MK2 LE magazines. It comes with a leather strap allowing to wear it on the back."
desc = "A 10x24mm armor-shredding ammunition box. Used to refill M41A LE magazines. It comes with a leather strap allowing to wear it on the back."
overlay_content = "_le"
default_ammo = /datum/ammo/bullet/rifle/le

Expand All @@ -22,7 +22,7 @@

/obj/item/ammo_box/rounds/incen
name = "\improper rifle ammunition box (10x24mm Incen)"
desc = "A 10x24mm incendiary ammunition box. Used to refill M41A MK2 and M4RA incendiary magazines. It comes with a leather strap allowing to wear it on the back."
desc = "A 10x24mm incendiary ammunition box. Used to refill M41A and M4RA incendiary magazines. It comes with a leather strap allowing to wear it on the back."
overlay_content = "_incen"
default_ammo = /datum/ammo/bullet/rifle/incendiary
bullet_amount = 400 //Incen is OP
Expand Down

0 comments on commit 5fe31ab

Please sign in to comment.