Skip to content

Commit

Permalink
T1 Crusher (Sent) (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorianss authored Nov 22, 2024
1 parent 5c474b7 commit dca527a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
particle_holder = new(owner, /particles/toxic_slash)
particle_holder.pixel_x = 9
particle_holder.pixel_y = 2
xeno_owner.soft_armor = xeno_owner.soft_armor.modifyRating(bullet = 60)
succeed_activate()
add_cooldown()

Expand Down Expand Up @@ -97,6 +98,7 @@
xeno_owner.balloon_alert(xeno_owner, "Toxic Slash over") //Let the user know
xeno_owner.playsound_local(xeno_owner, 'sound/voice/alien/hiss8.ogg', 25)
action_icon_state = "neuroclaws_off"
xeno_owner.soft_armor = xeno_owner.soft_armor.modifyRating(bullet = -60)

/datum/action/ability/xeno_action/toxic_slash/on_cooldown_finish()
owner.playsound_local(owner, 'sound/effects/alien/newlarva.ogg', 25, 0, 1)
Expand Down

0 comments on commit dca527a

Please sign in to comment.