mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Grep for space indentation (#54850)
#54604 atomizing Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
msg = "Wow, [source.p_they()] sucks."
|
||||
|
||||
user.visible_message("<span class='notice'>[user] stops and looks intently at [source].</span>", \
|
||||
"<span class='notice'>You appraise [source]... [msg]</span>")
|
||||
"<span class='notice'>You appraise [source]... [msg]</span>")
|
||||
|
||||
/datum/element/art/proc/on_examine(atom/source, mob/user, list/examine_texts)
|
||||
SIGNAL_HANDLER
|
||||
@@ -63,4 +63,4 @@
|
||||
msg = "Wow, [source.p_they()] sucks."
|
||||
|
||||
user.visible_message("<span class='notice'>[user] stops to inspect [source].</span>", \
|
||||
"<span class='notice'>You appraise [source], inspecting the fine craftsmanship of the proletariat... [msg]</span>")
|
||||
"<span class='notice'>You appraise [source], inspecting the fine craftsmanship of the proletariat... [msg]</span>")
|
||||
|
||||
Reference in New Issue
Block a user