Skip to content

Commit

Permalink
беззвучный режим для kindle (BlueMoon-Labs#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Mar 21, 2024
1 parent 9c59b12 commit 260dabb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

var/turf/U = get_turf(target)
to_chat(ranged_ability_user, "<span class='brass'>You release the light of Ratvar!</span>")
clockwork_say(ranged_ability_user, text2ratvar("Purge all untruths and honor Engine!"))
clockwork_say(ranged_ability_user, text2ratvar("Purge all untruths and honor Engine"))
log_combat(ranged_ability_user, U, "fired at with Kindle")
playsound(ranged_ability_user, 'sound/magic/blink.ogg', 50, TRUE, frequency = 0.5)
var/obj/item/projectile/kindle/A = new(T)
Expand Down

0 comments on commit 260dabb

Please sign in to comment.