mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
TCFL & FSF ERT Pilot Changes + Harnesses for All (#12006)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user