Changes up a lot more messages to look like emotes. (#9133)

This commit is contained in:
Matt Atlas
2020-06-18 10:29:47 +02:00
committed by GitHub
parent a00f2555ea
commit c6d9cba325
39 changed files with 132 additions and 96 deletions
@@ -267,9 +267,11 @@
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
playsound(src.loc, W.usesound, 100, 1)
if(anchored)
user.visible_message("[user] begins unsecuring \the [src] from the floor.", "You start unsecuring \the [src] from the floor.")
user.visible_message("<b>[user]</b> begins unsecuring \the [src] from the floor.", \
SPAN_NOTICE("You start unsecuring \the [src] from the floor."))
else
user.visible_message("[user] begins securing \the [src] to the floor.", "You start securing \the [src] to the floor.")
user.visible_message("<b>[user]</b> begins securing \the [src] to the floor.", \
SPAN_NOTICE("You start securing \the [src] to the floor."))
if(do_after(user, 20/W.toolspeed))
if(!src)
return