Adds two new alternate sprites for the detective's revolver. (#6230)

* Adds the sprites

* This should do things.
This commit is contained in:
ElectricB1ue
2019-06-28 21:22:19 -04:00
committed by Anewbe
parent be96de8a3e
commit e9cc7c71ea
2 changed files with 3 additions and 1 deletions

View File

@@ -109,6 +109,8 @@ obj/item/weapon/gun/projectile/revolver/detective45/verb/rename_gun()
options["H&K PT"] = "detective_panther"
options["Vintage LeMat"] = "lemat_old"
options["Webley MKVI "] = "webley"
options["Lombardi Buzzard"] = "detective_buzzard"
options["Constable Deluxe 2502"] = "detective_constable"
var/choice = input(M,"Choose your sprite!","Resprite Gun") in options
if(src && choice && !M.stat && in_range(M,src))
icon_state = options[choice]
@@ -275,4 +277,4 @@ obj/item/weapon/gun/projectile/revolver/detective45/verb/rename_gun()
desc = "A shiny Mosley Autococker automatic revolver, with black accents. Marketed as the 'Revolver for the Modern Era'. Uses .44 magnum rounds."
fire_delay = 5.7 //Autorevolver. Also synced with the animation
fire_anim = "mosley_fire"
origin_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 2)
origin_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 2)