mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 17:07:53 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
density = 1
|
||||
anchored = 1
|
||||
var/static/list/accepted_items = list(
|
||||
/obj/item/paper,
|
||||
/obj/item/folder,
|
||||
/obj/item/photo,
|
||||
/obj/item/paper,
|
||||
/obj/item/folder,
|
||||
/obj/item/photo,
|
||||
/obj/item/paper_bundle,
|
||||
/obj/item/sample,
|
||||
/obj/item/book,
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
tray.update_icon()
|
||||
|
||||
user.visible_message("<b>[user]</b> labels [A] as <i>[label]</i>.", \
|
||||
SPAN_NOTICE("You label [A] as <i>[label]</i>."))
|
||||
SPAN_NOTICE("You label [A] as <i>[label]</i>."))
|
||||
|
||||
// Prevent label stacking from making name unrecoverable.
|
||||
if (!A.name_unlabel)
|
||||
|
||||
@@ -225,10 +225,10 @@
|
||||
H.update_body()
|
||||
else
|
||||
user.visible_message(SPAN_WARNING("[user] begins to wipe [H]'s lipstick off with \the [src]."), \
|
||||
SPAN_NOTICE("You begin to wipe off [H]'s lipstick."))
|
||||
SPAN_NOTICE("You begin to wipe off [H]'s lipstick."))
|
||||
if(do_after(user, 1 SECOND, H, do_flags = (DO_DEFAULT | DO_USER_UNIQUE_ACT) & ~DO_BOTH_CAN_TURN))
|
||||
user.visible_message(SPAN_NOTICE("[user] wipes [H]'s lipstick off with \the [src]."), \
|
||||
SPAN_NOTICE("You wipe off [H]'s lipstick."))
|
||||
SPAN_NOTICE("You wipe off [H]'s lipstick."))
|
||||
H.lipstick_color = null
|
||||
H.update_body()
|
||||
|
||||
|
||||
@@ -227,7 +227,7 @@
|
||||
return
|
||||
|
||||
var/n_name = sanitizeSafe(input(usr, "What would you like to label the bundle?", "Bundle Labelling", null) as text, MAX_NAME_LEN)
|
||||
|
||||
|
||||
if(use_check_and_message(usr, USE_ALLOW_NON_ADJACENT))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user