Adds "you" to local visible_messages (#45631)

* adds "you" to some combat visible_messages.

* more you-messages and attack verbs to present tense.

* small fixes

* more additions and small fixes

* few message tweaks

* Fixes a typo and few other wordings.
This commit is contained in:
kingofkosmos
2019-08-06 02:15:34 -07:00
committed by Rob Bailey
parent cf5fa29c14
commit c3ea51908d
53 changed files with 335 additions and 272 deletions
+2 -1
View File
@@ -146,7 +146,8 @@
if(!can_be_reached(user))
return
user.changeNext_move(CLICK_CD_MELEE)
user.visible_message("[user] knocks on [src].")
user.visible_message("<span class='notice'>[user] knocks on [src].</span>", \
"<span class='notice'>You knock on [src].</span>")
add_fingerprint(user)
playsound(src, 'sound/effects/Glassknock.ogg', 50, 1)