Merge pull request #2423 from CHOMPStationBot/upstream-merge-10908

[MIRROR] Converts visible_message notice spans to look more like emotes
This commit is contained in:
Nadyr
2021-07-05 18:43:53 -04:00
committed by GitHub
135 changed files with 250 additions and 250 deletions

View File

@@ -26,7 +26,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/New(var/newloc, var/datum/turbolift/_lift)