Switches most common visible_messages to look like emotes, inc. surgery. (#8981)

This commit is contained in:
Matt Atlas
2020-06-02 19:24:02 +02:00
committed by GitHub
parent 66c8b4e52a
commit 0a00700401
19 changed files with 142 additions and 99 deletions

View File

@@ -25,7 +25,7 @@
if(user.a_intent == I_HURT)
user.visible_message("<span class='danger'>\The [user] hammers on the lift button!</span>")
else
user.visible_message("<span class='notice'>\The [user] presses the lift button.</span>")
user.visible_message("<b>\The [user]</b> presses the lift button.")
/obj/structure/lift/Initialize(mapload, datum/turbolift/_lift)