From 1f48a98ba473180c5e6f6d574abfb5b04818bce5 Mon Sep 17 00:00:00 2001 From: Spades Date: Tue, 14 Jun 2016 17:16:29 -0400 Subject: [PATCH] Official Vorestation SMG. *nodnod* --- code/modules/vore/fluffstuff/custom_guns_vr.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm index 42aa8d3470..e696296e9a 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -201,10 +201,9 @@ toggle_scope(2.0) // For general use -/obj/item/weapon/gun/projectile/automatic/pdw +/obj/item/weapon/gun/projectile/automatic/pdw // Vorestation SMG because the WT550 is ugly and bad. name = "personal defense weapon" - desc = "The X-9MM is a compact personal defense weapon designed in-house by Xing Private Security. It was made to compete with the WT550 Saber, but never caught on in popularity outside of the Virgo-Erigone system. Most autolathes don't even have the schematics for the large magazine it was built for. Uses 9mm rounds." - icon = 'icons/obj/gun_vr.dmi' + desc = "The X-9MM is a select-fire personal defense weapon designed in-house by Xing Private Security. It was made to compete with the WT550 Saber, but hasn't yet caught on in popularity outside of the Virgo-Erigone system. Uses 9mm rounds." icon = 'icons/obj/gun_vr.dmi' icon_state = "pdw" item_state = "c20r" // Placeholder w_class = 3