Revolver Fixes

Fixes the revolver being named "revolver" instead of ".38 Mars Special"
(was an issue even before #2722, but no one besides Fox seemed to
realize that due to the way the code was)

Fixes revolvers not actually getting the Spin verb to spin the chambers
as advertised in #2722
- verb and proc are similar, yet different.
This commit is contained in:
FalseIncarnate
2016-01-11 01:47:18 -05:00
parent a2f944cfd9
commit 7b581a8150
@@ -64,7 +64,7 @@
..(user)
user << "[get_ammo(0,0)] of those are live rounds."
/obj/item/weapon/gun/projectile/revolver/proc/Spin()
/obj/item/weapon/gun/projectile/revolver/verb/Spin()
set name = "Spin cylinder"
set desc = "Fun when you're bored out of your skull."
set category = "Object"
@@ -85,7 +85,7 @@
/obj/item/weapon/gun/projectile/revolver/detective
desc = "A cheap Martian knock-off of a classic law enforcement firearm. Uses .38-special rounds."
name = "revolver"
name = "\improper .38 Mars Special"
icon_state = "detective"
origin_tech = "combat=2;materials=2"
mag_type = "/obj/item/ammo_box/magazine/internal/cylinder/rev38"