TCFL & FSF ERT Pilot Changes + Harnesses for All (#12006)

This commit is contained in:
WickedCybs
2021-06-15 13:55:13 -03:00
committed by GitHub
parent 6d3bcb1644
commit 83f62f9f2f
10 changed files with 101 additions and 11 deletions
@@ -38,9 +38,16 @@
dispersion = list(3,6,9,12)
firemodes = list()
/obj/item/gun/energy/blaster/pilot_special
name = "pilot's sidearm"
desc = "A robust, low in maintenance blaster pistol. Customized for peak performance and perfect for self-defense purposes."
max_shots = 8
accuracy = 2 // Likely to get nothing else, so they gotta know how to make it count.
offhand_accuracy = 2
/obj/item/gun/energy/blaster/revolver
name = "blaster revolver"
desc = "A robust eight-shot blaster.."
desc = "A robust eight-shot blaster."
icon = 'icons/obj/guns/blaster_revolver.dmi'
icon_state = "blaster_revolver"
item_state = "blaster_revolver"
@@ -62,10 +69,6 @@
user.visible_message(SPAN_WARNING("\The [user] spins the cylinder of \the [src]!"), SPAN_WARNING("You spin the cylinder of \the [src]!"), SPAN_NOTICE("You hear something metallic spin and click."))
playsound(src.loc, 'sound/weapons/revolver_spin.ogg', 100, 1)
/obj/item/gun/energy/blaster/revolver/pilot
name = "pilot's sidearm"
desc = "A robust, low in maintenance, eight-shot blaster. Perfect for self-defense purposes."
/obj/item/gun/energy/blaster/carbine
name = "blaster carbine"
desc = "A short-barreled blaster carbine meant for easy handling and comfort when in combat."