mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 02:36:09 +00:00
Merge remote-tracking branch 'citrp/master' into init_2-real
This commit is contained in:
@@ -228,6 +228,33 @@
|
||||
icon_state = "stun"
|
||||
agony = 30
|
||||
|
||||
//Disabler Beams - It didn't feel right just to recolor Stun beams. We have uses for them still.
|
||||
/obj/item/projectile/beam/disabler
|
||||
name = "disabler beam"
|
||||
icon_state = "lightning"
|
||||
fire_sound = 'sound/weapons/Taser.ogg'
|
||||
nodamage = 1
|
||||
taser_effect = 1
|
||||
agony = 30
|
||||
damage_type = HALLOSS
|
||||
light_color = "#FFFFFF"
|
||||
|
||||
combustion = FALSE
|
||||
|
||||
muzzle_type = /obj/effect/projectile/muzzle/lightning
|
||||
tracer_type = /obj/effect/projectile/tracer/lightning
|
||||
impact_type = /obj/effect/projectile/impact/lightning
|
||||
|
||||
/obj/item/projectile/beam/disabler/weak
|
||||
name = "weak disabler beam"
|
||||
icon_state = "lightning"
|
||||
agony = 25
|
||||
|
||||
/obj/item/projectile/beam/disabler/strong
|
||||
name = "strong disabler beam"
|
||||
icon_state = "lightning"
|
||||
agony = 40
|
||||
|
||||
/obj/item/projectile/beam/stun/disabler
|
||||
muzzle_type = /obj/effect/projectile/muzzle/laser_omni
|
||||
tracer_type = /obj/effect/projectile/tracer/laser_omni
|
||||
|
||||
Reference in New Issue
Block a user