Skip to content

Commit

Permalink
better feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Dec 9, 2023
1 parent 2499a92 commit 2b06627
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
if(!(mob_to_act in target_mobs))
target_mobs += mob_to_act

source_xeno.visible_message(SPAN_XENODANGER("[source_xeno] slashes its tail through the area in front of it!"), SPAN_XENODANGER("You slash your tail through the area in front of you!"))
source_xeno.visible_message(SPAN_XENODANGER("[source_xeno] slashes its claws through the area in front of it!"), SPAN_XENODANGER("You slash your claws through the area in front of you!"))
source_xeno.animation_attack_on(targetted_atom, 15)

source_xeno.emote("roar")
Expand All @@ -67,6 +67,7 @@

current_mob.flick_attack_overlay(current_mob, "slash")
current_mob.apply_armoured_damage(get_xeno_damage_slash(current_mob, damage), ARMOR_MELEE, BRUTE, null, 20)
playsound(current_mob, 'sound/weapons/alien_tail_attack.ogg', 30, TRUE)

if (target_mobs.len >= shield_regen_threshold)
if (source_xeno.mutation_type == PRAETORIAN_VANGUARD)
Expand Down

0 comments on commit 2b06627

Please sign in to comment.