mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
first pass (emotification, some \the -> \The)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
/obj/machinery/disperser/attackby(obj/item/I, mob/user)
|
||||
if(I && I.is_wrench())
|
||||
if(panel_open)
|
||||
user.visible_message("<span class='notice'>\The [user] rotates \the [src] with \the [I].</span>",
|
||||
user.visible_message("<b>\The [user]</b> rotates \the [src] with \the [I].",
|
||||
"<span class='notice'>You rotate \the [src] with \the [I].</span>")
|
||||
set_dir(turn(dir, 90))
|
||||
playsound(src, 'sound/items/jaws_pry.ogg', 50, 1)
|
||||
|
||||
Reference in New Issue
Block a user