mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Whitespace cleanup part 2. (#19891)
This commit is contained in:
committed by
GitHub
parent
19d759b257
commit
a7d09cf033
@@ -28,7 +28,7 @@
|
||||
return
|
||||
|
||||
user.visible_message("<span class='notice'>[user] labels [A] as [label].</span>", \
|
||||
"<span class='notice'>You label [A] as [label].</span>")
|
||||
"<span class='notice'>You label [A] as [label].</span>")
|
||||
investigate_log("[key_name(user)] labelled [A] as [label].", INVESTIGATE_LABEL) // Investigate goes BEFORE rename so the original name is preserved in the log
|
||||
A.AddComponent(/datum/component/label, label)
|
||||
playsound(A, 'sound/items/handling/component_pickup.ogg', 20, TRUE)
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
to_chat(user, "<span class='notice'>You wipe off your face with [src].</span>")
|
||||
else
|
||||
user.visible_message("<span class='warning'>[user] begins to wipe [H]'s face clean with \the [src].</span>",
|
||||
"<span class='notice'>You begin to wipe off [H]'s face.</span>")
|
||||
"<span class='notice'>You begin to wipe off [H]'s face.</span>")
|
||||
if(!do_after(user, 1 SECONDS, target = H) || !do_after(H, 1 SECONDS, FALSE)) // user needs to keep their active hand, H does not.
|
||||
return
|
||||
user.visible_message("<span class='notice'>[user] wipes [H]'s face clean with \the [src].</span>",
|
||||
|
||||
Reference in New Issue
Block a user