Skip to content

Commit

Permalink
[MIRROR] Fixes cult talismans just loudly saying "{talisman_name}!"
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin1230 authored and LordNest committed Mar 2, 2024
1 parent 966736e commit af68f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/cult/talisman.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
)
admin_attack_log(user, target, "Used a talisman ([type]).", "Was victim of a talisman ([type]).", "used a talisman ([type]) on")
invoke(target, user)
user.say("Talisman {talisman_name}!", all_languages[LANGUAGE_CULT])
user.say("Talisman [talisman_name]!", all_languages[LANGUAGE_CULT])
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
user.do_attack_animation(target)
if (talisman_sound)
Expand Down

0 comments on commit af68f2e

Please sign in to comment.