Merge remote-tracking branch 'citrp/master' into init_2-real

This commit is contained in:
silicons
2021-02-25 03:24:11 -07:00
74 changed files with 3923 additions and 1505 deletions

View File

@@ -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