mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Gives the carwo rifles names that suck less to refer to (#25730)
its that shrimple i think
This commit is contained in:
+6
-6
@@ -1,7 +1,7 @@
|
||||
// Base Sol rifle
|
||||
|
||||
/obj/item/gun/ballistic/automatic/sol_rifle
|
||||
name = "\improper Carwo 'd'Infanteria' Rifle"
|
||||
name = "\improper Carwo-Cawil Battle Rifle"
|
||||
desc = "A heavy battle rifle commonly seen in the hands of SolFed military types. Accepts any standard SolFed rifle magazine."
|
||||
|
||||
icon = 'modular_skyrat/modules/modular_weapons/icons/obj/company_and_or_faction_based/carwo_defense_systems/guns48x.dmi'
|
||||
@@ -57,7 +57,7 @@
|
||||
/obj/item/gun/ballistic/automatic/sol_rifle/examine_more(mob/user)
|
||||
. = ..()
|
||||
|
||||
. += "The d'Infanterie rifles are, as the name may imply, built by Carwo for \
|
||||
. += "The Carwo-Cawil rifles are built by Carwo for \
|
||||
use by SolFed's various infantry branches. Following the rather reasonable \
|
||||
military requirements of using the same few cartridges and magazines, \
|
||||
the lifespans of logistics coordinators and quartermasters everywhere \
|
||||
@@ -74,7 +74,7 @@
|
||||
// Sol marksman rifle
|
||||
|
||||
/obj/item/gun/ballistic/automatic/sol_rifle/marksman
|
||||
name = "\improper Carwo 'd'Elite' Marksman Rifle"
|
||||
name = "\improper Cawil Marksman Rifle"
|
||||
desc = "A heavy marksman rifle commonly seen in the hands of SolFed military types. Accepts any standard SolFed rifle magazine."
|
||||
|
||||
icon_state = "elite"
|
||||
@@ -100,7 +100,7 @@
|
||||
/obj/item/gun/ballistic/automatic/sol_rifle/marksman/examine_more(mob/user)
|
||||
. = ..()
|
||||
|
||||
. += "This particlar variant, often called 'd'Elite', is a marksman rifle. \
|
||||
. += "This particlar variant is a marksman rifle. \
|
||||
Automatic fire was forsaken for a semi-automatic setup, a more fitting \
|
||||
stock, and more often than not a scope. Typically also seen with smaller \
|
||||
magazines for convenience for the shooter, but as with any other Sol \
|
||||
@@ -114,7 +114,7 @@
|
||||
// Machinegun based on the base Sol rifle
|
||||
|
||||
/obj/item/gun/ballistic/automatic/sol_rifle/machinegun
|
||||
name = "\improper Carwo 'd'Outomaties' Machinegun"
|
||||
name = "\improper Qarad Light Machinegun"
|
||||
desc = "A hefty machinegun commonly seen in the hands of SolFed military types. Accepts any standard SolFed rifle magazine."
|
||||
|
||||
icon_state = "outomaties"
|
||||
@@ -134,7 +134,7 @@
|
||||
/obj/item/gun/ballistic/automatic/sol_rifle/machinegun/examine_more(mob/user)
|
||||
. = ..()
|
||||
|
||||
. += "The d'Outomaties variant of the rifle, what you are looking at now, \
|
||||
. += "The 'Qarad' variant of the rifle, what you are looking at now, \
|
||||
is a modification to turn the weapon into a passable, if sub-optimal \
|
||||
light machinegun. To support the machinegun role, the internals were \
|
||||
converted to make the gun into an open bolt, faster firing machine. These \
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
new /obj/item/ammo_box/advanced/s12gauge/buckshot(src)
|
||||
|
||||
/datum/opposing_force_equipment/ranged/infanteria
|
||||
name = "'d'Infanteria' Rifle"
|
||||
name = "Carwo-Cawil Battle Rifle"
|
||||
description = "A heavy battle rifle, this one seems to be painted tacticool black. Accepts any standard SolFed rifle magazine."
|
||||
item_type = /obj/item/storage/toolbox/guncase/skyrat/opfor/infanteria
|
||||
|
||||
|
||||
Reference in New Issue
Block a user