mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 22:25:46 +01:00
File standardisation (#13131)
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
This commit is contained in:
@@ -100,4 +100,4 @@
|
||||
data["relays"] += list(list("id" = R.uid))
|
||||
data["focus"] = target ? target.uid : null
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -71,4 +71,4 @@
|
||||
|
||||
data["armed"] = armed
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -481,4 +481,4 @@
|
||||
|
||||
data["regions"] = regions
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -382,4 +382,4 @@
|
||||
to_chat(usr, "<span class='danger'>Nano-Mob Hunter GO! game server is offline for extended maintenance. Contact your Central Command administrators for more info if desired.</span>")
|
||||
|
||||
SSnanoui.update_uis(src)
|
||||
return 1
|
||||
return 1
|
||||
|
||||
@@ -68,4 +68,4 @@
|
||||
"lost_sources" = lost_sources.len ? sanitize(english_list(lost_sources, nothing_text = "", and_text = ", ")) : ""))
|
||||
data["categories"] = categories
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -45,4 +45,4 @@
|
||||
data["powerdemand"] = powernet.load
|
||||
data["apcs"] = apc_repository.apc_data(powernet)
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -225,4 +225,4 @@
|
||||
if(!F || F.undeletable)
|
||||
return 1
|
||||
if(F.can_access_file(usr))
|
||||
F.password = ""
|
||||
F.password = ""
|
||||
|
||||
@@ -175,4 +175,4 @@
|
||||
|
||||
/datum/computer_file/program/ntnetdownload/kill_program(forced)
|
||||
abort_file_download()
|
||||
return ..(forced)
|
||||
return ..(forced)
|
||||
|
||||
@@ -192,4 +192,4 @@ var/global/nttransfer_uid = 0
|
||||
)))
|
||||
data["servers"] = all_servers
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -134,4 +134,4 @@
|
||||
|
||||
/datum/computer_file/program/aidiag/kill_program(forced)
|
||||
restoring = FALSE
|
||||
return ..(forced)
|
||||
return ..(forced)
|
||||
|
||||
@@ -87,4 +87,4 @@
|
||||
data["ntnetlogs"] += list(list("entry" = i))
|
||||
data["ntnetmaxlogs"] = ntnet_global.setting_maxlogcount
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user