mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-26 01:03:06 +00:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -46,8 +46,10 @@
|
||||
violent = ""
|
||||
|
||||
var/temperature_text = "([temperature - (T0C + 20)]C)"
|
||||
admin_attack_log(attacker,
|
||||
victim,
|
||||
"used \the [I] to [violent]inject - [reagents] [temperature_text] - [amount_transferred]u transferred",
|
||||
"was [violent]injected with \the [I] - [reagents] [temperature_text] - [amount_transferred]u transferred",
|
||||
"used \the [I] to [violent]inject [reagents] [temperature_text] ([amount_transferred]u transferred) into")
|
||||
admin_attack_log(
|
||||
attacker,
|
||||
victim,
|
||||
"used \the [I] to [violent]inject - [reagents] [temperature_text] - [amount_transferred]u transferred",
|
||||
"was [violent]injected with \the [I] - [reagents] [temperature_text] - [amount_transferred]u transferred",
|
||||
"used \the [I] to [violent]inject [reagents] [temperature_text] ([amount_transferred]u transferred) into"
|
||||
)
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
create_object_html = file2text('html/create_object.html')
|
||||
create_object_html = replacetext(create_object_html, "null /* object types */", "\"[objectjs]\"")
|
||||
|
||||
user << browse(replacetext(create_object_html, "/* ref src */", "\ref[src]"), "window=create_object;size=600x600")
|
||||
user << browse(replacetext(create_object_html, "/* ref src */", "\ref[src]"), "window=create_object;size=600x600")
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
link = "'[sanitizeSQL(link)]'"
|
||||
else
|
||||
link = "NULL"
|
||||
|
||||
|
||||
var/sql_ckey = sanitizeSQL(ckey)
|
||||
var/question = input("Write your question","Question") as message
|
||||
if(!question)
|
||||
@@ -139,4 +139,4 @@
|
||||
if("Add option")
|
||||
add_option = 1
|
||||
if("Finish")
|
||||
add_option = 0
|
||||
add_option = 0
|
||||
|
||||
@@ -78,4 +78,4 @@
|
||||
|
||||
switch(alert("Are you sure? (This will cause masive lag!!!)", "Map Capture", "No", "Yes"))
|
||||
if("Yes")
|
||||
usr.client.holder.capture_map_capture_next(tz, 1, 1, ligths)
|
||||
usr.client.holder.capture_map_capture_next(tz, 1, 1, ligths)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
if (SSticker.mode)
|
||||
if (SSticker.mode)
|
||||
alert("The game mode is [SSticker.mode.name]")
|
||||
else
|
||||
else
|
||||
alert("For some reason there's a ticker, but not a game mode")
|
||||
|
||||
@@ -166,11 +166,9 @@ var/global/list/ticket_panels = list()
|
||||
return
|
||||
|
||||
var/DBQuery/Q = dbcon.NewQuery({"INSERT INTO ss13_tickets
|
||||
(game_id, message_count, admin_count, admin_list, opened_by, taken_by,
|
||||
closed_by, response_delay, opened_at, closed_at)
|
||||
(game_id, message_count, admin_count, admin_list, opened_by, taken_by, closed_by, response_delay, opened_at, closed_at)
|
||||
VALUES
|
||||
(:g_id:, :m_count:, :a_count:, :a_list:, :opened_by:, :taken_by:,
|
||||
:closed_by:, :delay:, :opened_at:, :closed_at:)"})
|
||||
(:g_id:, :m_count:, :a_count:, :a_list:, :opened_by:, :taken_by:, :closed_by:, :delay:, :opened_at:, :closed_at:)"})
|
||||
Q.Execute(list(
|
||||
"g_id" = game_id,
|
||||
"m_count" = length(msgs),
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
if(!check_rights(R_ADMIN|R_MOD|R_DEBUG|R_DEV))
|
||||
return
|
||||
|
||||
|
||||
if(istype(usr, /mob/abstract/new_player))
|
||||
return
|
||||
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
|
||||
feedback_add_details("admin_verb","CNT") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
else
|
||||
to_chat(src, "<span class='warning'>NTSL2+ Daemon is already connected.</span>")
|
||||
to_chat(src, "<span class='warning'>NTSL2+ Daemon is already connected.</span>")
|
||||
|
||||
@@ -273,10 +273,10 @@ Ccomp's first proc.
|
||||
if(G.has_enabled_antagHUD && config.antag_hud_restricted)
|
||||
var/response = alert(src, "Are you sure you wish to allow this individual to play?","Ghost has used AntagHUD","Yes","No")
|
||||
if(response == "No") return
|
||||
G.timeofdeath=-19999 /* time of death is checked in /mob/verb/abandon_mob() which is the Respawn verb.
|
||||
timeofdeath is used for bodies on autopsy but since we're messing with a ghost I'm pretty sure
|
||||
there won't be an autopsy.
|
||||
*/
|
||||
|
||||
/* time of death is checked in /mob/verb/abandon_mob() which is the Respawn verb.
|
||||
timeofdeath is used for bodies on autopsy but since we're messing with a ghost I'm pretty sure there won't be an autopsy.*/
|
||||
G.timeofdeath=-19999
|
||||
var/datum/preferences/P
|
||||
|
||||
if (G.client)
|
||||
|
||||
@@ -64,11 +64,11 @@
|
||||
<a id='refresh' data-initial-href='?_src_=vars;datumrefresh=\ref[D];search=' href='?_src_=vars;datumrefresh=\ref[D];search=[search]'>Refresh</a>
|
||||
<form>
|
||||
<select name='file'
|
||||
size='1'
|
||||
onchange='loadPage(this.form.elements\[0\])'
|
||||
target='_parent._top'
|
||||
onmouseclick='this.focus()'
|
||||
style='background-color:#ffffff'>
|
||||
size='1'
|
||||
onchange='loadPage(this.form.elements\[0\])'
|
||||
target='_parent._top'
|
||||
onmouseclick='this.focus()'
|
||||
style='background-color:#ffffff'>
|
||||
<option>Select option</option>
|
||||
<option />
|
||||
<option value='?_src_=vars;mark_object=\ref[D]'>Mark Object</option>
|
||||
@@ -95,12 +95,12 @@
|
||||
</td>
|
||||
<td width='80%'>
|
||||
<input type='text'
|
||||
id='filter'
|
||||
name='filter_text'
|
||||
value='[search]'
|
||||
onkeyup='updateSearch()'
|
||||
onchange='updateSearch()'
|
||||
style='width:100%;' />
|
||||
id='filter'
|
||||
name='filter_text'
|
||||
value='[search]'
|
||||
onkeyup='updateSearch()'
|
||||
onchange='updateSearch()'
|
||||
style='width:100%;' />
|
||||
</td>
|
||||
</tr></table>
|
||||
<hr/>
|
||||
|
||||
Reference in New Issue
Block a user