Travis EOF newline detection v3 (#47539)

* scream

* aaa

* aaa

* new one
This commit is contained in:
spookydonut
2019-11-04 19:16:50 -08:00
committed by Rob Bailey
parent acd0a7cb57
commit 2591ce17a6
171 changed files with 185 additions and 172 deletions
@@ -20,4 +20,4 @@
/obj/item/modular_computer/laptop/preset/civillian/install_programs()
var/obj/item/computer_hardware/hard_drive/hard_drive = all_components[MC_HDD]
hard_drive.store_file(new/datum/computer_file/program/chatclient())
hard_drive.store_file(new/datum/computer_file/program/nttransfer())
hard_drive.store_file(new/datum/computer_file/program/nttransfer())
@@ -34,4 +34,4 @@
else
temp.filename = filename
temp.filetype = filetype
return temp
return temp
@@ -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
@@ -37,4 +37,4 @@
icon_state = "cpu_super"
w_class = WEIGHT_CLASS_TINY
power_usage = 75
max_idle_programs = 2
max_idle_programs = 2
@@ -103,4 +103,4 @@
name = "nano battery"
desc = "A tiny power cell, commonly seen in low-end portable microcomputers."
icon_state = "cell_micro"
maxcharge = 300
maxcharge = 300