mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Travis EOF newline detection v3 (#47539)
* scream * aaa * aaa * new one
This commit is contained in:
@@ -97,4 +97,4 @@
|
||||
data["relays"] += list(list("id" = R.uid))
|
||||
data["focus"] = target ? target.uid : null
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -68,4 +68,4 @@
|
||||
|
||||
data["armed"] = armed
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -168,4 +168,4 @@
|
||||
|
||||
/datum/computer_file/program/ntnetdownload/kill_program(forced)
|
||||
abort_file_download()
|
||||
return ..(forced)
|
||||
return ..(forced)
|
||||
|
||||
@@ -78,4 +78,4 @@
|
||||
data["ntnetlogs"] += list(list("entry" = i))
|
||||
data["ntnetmaxlogs"] = SSnetworks.station_network.setting_maxlogcount
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -180,4 +180,4 @@
|
||||
)))
|
||||
data["servers"] = all_servers
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
@@ -123,4 +123,4 @@
|
||||
for(var/obj/machinery/power/supermatter_crystal/S in supermatters)
|
||||
if(S.uid == newuid)
|
||||
active = S
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user