mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Changes up a lot more messages to look like emotes. (#9133)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user