mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 16:37:19 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -12,8 +12,8 @@ A [2]\ /[8] result
|
||||
B [1]-\|++|/
|
||||
C [4]-/|++|
|
||||
D [1]/ ||
|
||||
||
|
||||
Activator
|
||||
||
|
||||
Activator
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
// Positionless remove/Edit are a bit weird,
|
||||
// not sure if adding these buttons is quite a good idea.
|
||||
// They introduce uncertainty, since, in case of 2 elements,
|
||||
// They introduce uncertainty, since, in case of 2 elements,
|
||||
// they will work just with the 1st one
|
||||
/datum/integrated_io/list/proc/interact(mob/user)
|
||||
var/list/my_list = data
|
||||
@@ -21,7 +21,7 @@
|
||||
t += "<a href='?src=\ref[src];swap=1'>Swap</a> | "
|
||||
t += "<a href='?src=\ref[src];clear=1'>Clear</a><br>"
|
||||
t += "<hr>"
|
||||
// Iterating by index simplifies editing/deletion in game,
|
||||
// Iterating by index simplifies editing/deletion in game,
|
||||
// since the href_list["pos"] var is consistent
|
||||
for(var/i = 1, i <= my_list.len; i++)
|
||||
t += "#[i] | [display_data(my_list[i])] | "
|
||||
|
||||
Reference in New Issue
Block a user