mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user