Whitespace cleanup part 2. (#19891)

This commit is contained in:
warriorstar-orion
2022-12-24 12:38:43 -05:00
committed by GitHub
parent 19d759b257
commit a7d09cf033
134 changed files with 652 additions and 656 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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>",