Adjusts some gun names like sugggested.

This commit is contained in:
Firecage
2015-09-06 18:09:42 +02:00
parent 1b119f6aef
commit 63657bb2e7
5 changed files with 9 additions and 9 deletions
@@ -110,7 +110,7 @@
return
/obj/item/weapon/gun/projectile/automatic/mini_uzi
name = "\improper 'Type U3' SMG"
name = "\improper 'Type U3' Uzi"
desc = "A lightweight, burst-fire submachine gun, for when you really want someone dead. Uses 9mm rounds."
icon_state = "mini-uzi"
origin_tech = "combat=5;materials=2;syndicate=8"
@@ -30,7 +30,7 @@
return
/obj/item/weapon/gun/projectile/automatic/gyropistol
name = "\improper Gyrojet pistol"
name = "\improper Gyrojet rocket pistol"
desc = "A prototype pistol designed to fire self propelled rockets."
icon_state = "gyropistol"
fire_sound = 'sound/weapons/grenadelaunch.ogg'
@@ -1,5 +1,5 @@
/obj/item/weapon/gun/projectile/automatic/pistol
name = "\improper Stetchkin Pistol"
name = "\improper Stetchkin pistol"
desc = "A small, easily concealable 10mm handgun. Has a threaded barrel for suppressors."
icon_state = "pistol"
w_class = 2
@@ -24,7 +24,7 @@
can_suppress = 0
/obj/item/weapon/gun/projectile/automatic/pistol/deagle
name = "\improper Desert Eagle"
name = "\improper Desert Eagle pistol"
desc = "A robust .50 AE handgun."
icon_state = "deagle"
force = 14
@@ -1,5 +1,5 @@
/obj/item/weapon/gun/projectile/revolver
name = "\improper .357 Revolver"
name = "\improper .357 revolver"
desc = "A suspicious revolver. Uses .357 ammo." //usually used by syndicates
icon_state = "revolver"
mag_type = /obj/item/ammo_box/magazine/internal/cylinder
@@ -65,7 +65,7 @@
// RIOT SHOTGUN //
/obj/item/weapon/gun/projectile/shotgun/riot //for spawn in the armory
name = "\improper Washington 227 Shotgun"
name = "\improper Washington 227 riot shotgun"
desc = "A sturdy shotgun with a longer magazine and a fixed tactical stock designed for non-lethal riot control."
icon_state = "riotshotgun"
mag_type = /obj/item/ammo_box/magazine/internal/shotriot
@@ -85,7 +85,7 @@
///////////////////////
/obj/item/weapon/gun/projectile/shotgun/boltaction
name = "\improper Mosin Nagant Rifle"
name = "\improper Mosin Nagant rifle"
desc = "This piece of junk looks like something that could have been used 700 years ago. It feels slightly moist."
icon_state = "moistnugget"
item_state = "moistnugget"
@@ -248,7 +248,7 @@
// Bulldog shotgun //
/obj/item/weapon/gun/projectile/automatic/shotgun/bulldog
name = "\improper MLG-12 Bulldog Shotgun"
name = "\improper MLG-12 'Bulldog' Shotgun"
desc = "A semi-auto, mag-fed shotgun for combat in narrow corridors, nicknamed 'Bulldog' by boarding parties. Compatible only with specialized 8-round drum magazines."
icon_state = "bulldog"
item_state = "bulldog"
@@ -294,7 +294,7 @@
// COMBAT SHOTGUN //
/obj/item/weapon/gun/projectile/shotgun/automatic/combat
name = "\improper J6 'Smacker' shotgun"
name = "\improper J6 'Smacker' combat shotgun"
desc = "A semi automatic shotgun with tactical furniture and a six-shell capacity underneath."
icon_state = "cshotgun"
origin_tech = "combat=5;materials=2"