Skip to content

Commit

Permalink
impact text change
Browse files Browse the repository at this point in the history
  • Loading branch information
VileBeggar committed Feb 14, 2024
1 parent 41dc413 commit b124b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/ammo/bullet/sniper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
/datum/ammo/bullet/sniper/anti_materiel/vulture/holo_target/on_hit_mob(mob/hit_mob, obj/projectile/bullet)
hit_mob.AddComponent(/datum/component/bonus_damage_stack, holo_stacks, world.time, bonus_damage_cap_increase, stack_loss_multiplier)
playsound(hit_mob, 'sound/weapons/gun_vulture_mark.ogg', 75)
to_chat(hit_mob, isxeno(hit_mob) ? SPAN_XENOHIGHDANGER("It feels as if we were MARKED FOR DEATH!") : SPAN_HIGHDANGER("It feels like you were MARKED FOR DEATH!"))
to_chat(hit_mob, isxeno(hit_mob) ? SPAN_XENOHIGHDANGER("It feels as if we were MARKED FOR DEATH!") : SPAN_HIGHDANGER("It feels as if you were MARKED FOR DEATH!"))
hit_mob.balloon_alert_to_viewers("marked for death!")

// the effect should be limited to one target
Expand Down

0 comments on commit b124b94

Please sign in to comment.