Skip to content

Commit

Permalink
Merge pull request #2637 from ZeroNetAlpha/Taser-Tweaks
Browse files Browse the repository at this point in the history
Buffs Stun Weapons
  • Loading branch information
Tk420634 committed Jul 15, 2023
2 parents c2e8b81 + 3229289 commit 3ecbbc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/modules/projectiles/projectile/beams.dm
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@
tracer_type = /obj/effect/projectile/tracer/disabler
muzzle_type = /obj/effect/projectile/muzzle/disabler
impact_type = /obj/effect/projectile/impact/disabler
is_reflectable = FALSE


/obj/item/projectile/beam/laser/recharger/hitscan //hitscan recharger pistol
Expand Down
4 changes: 3 additions & 1 deletion code/modules/projectiles/projectile/energy/stun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "electrode"
icon_state = "spark"
color = "#FFFF00"
nodamage = TRUE
nodamage = FALSE
knockdown = 60
knockdown_stamoverride = 36
knockdown_stam_max = 50
Expand All @@ -16,6 +16,8 @@
impact_type = /obj/effect/projectile/impact/stun
var/tase_duration = 50
var/strong_tase = TRUE
damage = 75
damage_type = STAMINA

/obj/item/projectile/energy/electrode/on_hit(atom/target, blocked = FALSE)
. = ..()
Expand Down

0 comments on commit 3ecbbc3

Please sign in to comment.