mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -34,4 +34,4 @@ var/const/DISPOSAL_WIRE_FLUSH = 1
|
||||
var/obj/machinery/disposal/D = holder
|
||||
if(D.mode <= 0)
|
||||
return TRUE
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
@@ -89,4 +89,4 @@ var/const/VENDING_WIRE_HEATING = 32
|
||||
if(16)
|
||||
return "Cooling"
|
||||
if(32)
|
||||
return "Heating"
|
||||
return "Heating"
|
||||
|
||||
@@ -159,7 +159,7 @@ var/list/wireColours = list("red", "blue", "green", "darkred", "orange", "brown"
|
||||
holder.add_hiddenprint(L)
|
||||
else
|
||||
to_chat(L, SPAN_WARNING("You need a multitool!"))
|
||||
|
||||
|
||||
|
||||
// Update Window
|
||||
Interact(usr)
|
||||
|
||||
Reference in New Issue
Block a user