Skip to content

Commit

Permalink
Gives ass ops more AP (Monkestation#4784)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster authored and Gw0sty committed Jan 9, 2025
1 parent f715611 commit fee2bde
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@
/datum/armament_entry/assault_operatives/primary/submachinegun_ammo/c35sol_disabler
item_type = /obj/item/ammo_box/c35sol/incapacitator

/datum/armament_entry/assault_operatives/primary/submachinegun_ammo/c35sol_pierce
/datum/armament_entry/assault_operatives/primary/submachinegun_ammo/c35sol_ripper
item_type = /obj/item/ammo_box/c35sol/ripper

/datum/armament_entry/assault_operatives/primary/submachinegun_ammo/c35sol_pierce
item_type = /obj/item/ammo_box/c35sol/pierce

/datum/armament_entry/assault_operatives/primary/shotgun
subcategory = OPS_SUBCATEGORY_SHOTGUN

Expand Down Expand Up @@ -105,6 +108,9 @@
/datum/armament_entry/assault_operatives/primary/shotgun_ammo/antitide
item_type = /obj/item/ammo_box/advanced/s12gauge/antitide

/datum/armament_entry/assault_operatives/primary/shotgun_ammo/pierce
item_type = /obj/item/ammo_box/advanced/s12gauge/apds

/datum/armament_entry/assault_operatives/primary/sniper
subcategory = OPS_SUBCATEGORY_SNIPER

Expand Down
20 changes: 20 additions & 0 deletions monkestation/code/modules/blueshift/items/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,26 @@
icon_state = "35box_shrapnel"
ammo_type = /obj/item/ammo_casing/c35sol/ripper

//.35 sol pierce are the AP rounds for this weapon

/obj/item/ammo_casing/c35sol/pierce
name = ".35 Sol Short armor piercing bullet casing"
desc = "A SolFed standard caseless armor piercing pistol round. Penetrates armor, but is rather weak against un-armored targets."
icon_state = "35sol_shrapnel"
projectile_type = /obj/projectile/bullet/c35sol/pierce

/obj/projectile/bullet/c35sol/pierce
name = ".35 Sol Short armor piercing bullet"
damage = 13
bare_wound_bonus = -30
armour_penetration = 20

/obj/item/ammo_box/c35sol/pierce
name = "ammo box (.35 Sol Short armor piercing)"
desc = "A box of .35 Sol Short pistol rounds, holds twenty-four rounds."
ammo_type = /obj/item/ammo_casing/c35sol/pierce


// .40 Sol Long
// Rifle caliber caseless ammo that kills people good

Expand Down

0 comments on commit fee2bde

Please # to comment.