Fix indentations (#17481)

* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
This commit is contained in:
Fluffy
2023-10-05 12:15:58 +02:00
committed by GitHub
parent 032853824d
commit 4538e2a7cc
471 changed files with 2670 additions and 2597 deletions
+3 -3
View File
@@ -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,
+1 -1
View File
@@ -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)
+2 -2
View File
@@ -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()
+1 -1
View File
@@ -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