Redo human damage icons again.

This commit is contained in:
D3athrow
2015-02-05 04:04:22 -06:00
parent 8299c7bf78
commit 918bc66f54
26 changed files with 90 additions and 72 deletions

View File

@@ -1120,7 +1120,7 @@ Pressure: [env.return_pressure()]"}
set category = "Debug"
set name = "Dump Machine and Object Profiling"
var/date_string = time2text(world.realtime, "YYYY-MM-Month-DD-Day-SS")
var/date_string = time2text(world.realtime, "YYYY-MM-DD")
var/F =file("data/logs/profiling/machine_profiling_[date_string].csv")
fdel(F)
F << "type,nanoseconds"
@@ -1161,6 +1161,15 @@ Pressure: [env.return_pressure()]"}
usr << "\blue Dumped to gdel_profiling.csv."
F =file("data/logs/profiling/ghdel_profiling_[date_string].csv")
fdel(F)
F << "type,hard deletes"
for(var/typepath in ghdel_profiling)
var/ns = ghdel_profiling[typepath]
F << "[typepath],[ns]"
usr << "\blue Dumped to ghdel_profiling.csv."
/client/proc/gib_money()
set category = "Fun"
set name = "Dispense Money"