mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Converts visible_message notice spans to look more like emotes
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
var/obj/item/weapon/weldingtool/welder = thing
|
||||
if(welder.isOn() && welder.remove_fuel(0,user) && do_after(user, 5, src) && !QDELETED(src))
|
||||
playsound(src.loc, welder.usesound, 50, 1)
|
||||
user.visible_message("<span class='notice'>\The [user] clears away some graffiti.</span>")
|
||||
user.visible_message("<b>\The [user]</b> clears away some graffiti.")
|
||||
qdel(src)
|
||||
else if(thing.sharp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user