Frontier Cowboys now receive a lever action rifle (#17156)

* Frontier Cowboys now receive a level action rifle

* Icon and sounds for the Lever Action

* CL

* Attribution

* Added updated sprites by suethecake

* Ensure internal consistency
This commit is contained in:
Cody Brittain
2023-08-30 22:36:52 +00:00
committed by GitHub
parent c587634fc6
commit 8c2c1c08f1
16 changed files with 127 additions and 4 deletions
@@ -364,6 +364,16 @@
pickup_sound = 'sound/items/pickup/ammobox.ogg'
starts_with = list(/obj/item/ammo_casing/c10mm = 10)
/obj/item/storage/box/governmentammo
name = "box of .45-70 Govt. rounds"
desc = "It has a picture of a rifle shell and several warning symbols on the front.<br>WARNING: Live ammunition. Misuse may result in serious injury or death."
icon_state = "ammobox"
item_state = "ammobox"
illustration = null
drop_sound = 'sound/items/drop/ammobox.ogg'
pickup_sound = 'sound/items/pickup/ammobox.ogg'
starts_with = list(/obj/item/ammo_casing/govt = 8)
/obj/item/storage/box/flashbangs
name = "box of flashbangs"
desc = "A box containing 7 antipersonnel flashbang grenades.<br> WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use."
+1
View File
@@ -192,6 +192,7 @@
/obj/item/gun/projectile/shotgun/pump/rifle/obrez,
/obj/item/gun/projectile/contender,
/obj/item/gun/projectile/shotgun/pump/rifle/vintage,
/obj/item/gun/projectile/shotgun/pump/lever_action,
/obj/item/gun/projectile/gauss,
/obj/item/gun/projectile/gauss/carbine,
/obj/item/gun/projectile/shotgun/pump,
@@ -18,6 +18,7 @@
/obj/item/gun/projectile/revolver/derringer = 1,
/obj/item/gun/projectile/shotgun/pump/rifle/obrez = 1,
/obj/item/gun/projectile/shotgun/pump/rifle/vintage = 1,
/obj/item/gun/projectile/shotgun/pump/lever_action = 0.5,
/obj/item/gun/launcher/harpoon = 1
)
@@ -252,6 +252,7 @@
new /obj/item/clothing/head/cowboy(src)
new /obj/item/melee/whip(src)
new /obj/item/gun/projectile/revolver/detective(src)
new /obj/item/gun/projectile/shotgun/pump/lever_action(src)
/obj/structure/closet/crate/secure/gear_loadout/frontier_cowboys/single/fill()
var/obj/item/clothing/under/shorts/khaki/pants = new(src)
@@ -273,6 +274,8 @@
new /obj/item/clothing/head/cowboy(src)
new /obj/item/melee/whip(src)
new /obj/item/gun/projectile/revolver/detective(src)
new /obj/item/gun/projectile/shotgun/pump/lever_action(src)
//Megacorporate suits are used in devices and tools in the uplink
/obj/structure/closet/crate/gear_loadout/zavodskoi/fill()
new /obj/item/clothing/head/helmet/space/void/zavodskoi(src)