cleanup
This commit is contained in:
@@ -583,6 +583,14 @@ SUBSYSTEM_DEF(ticker)
|
||||
|
||||
mode.declare_station_goal_completion()
|
||||
|
||||
//medals, placed far down so that people can actually see the commendations.
|
||||
if(GLOB.commendations)
|
||||
to_chat(world, "<b><font size=3>Medal Commendations:</font></b>")
|
||||
for (var/com in GLOB.commendations)
|
||||
to_chat(world, com)
|
||||
|
||||
CHECK_TICK
|
||||
|
||||
CHECK_TICK
|
||||
|
||||
//Adds the del() log to world.log in a format condensable by the runtime condenser found in tools
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
diff a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm (rejected hunks)
|
||||
@@ -613,6 +615,13 @@ SUBSYSTEM_DEF(ticker)
|
||||
mode.declare_station_goal_completion()
|
||||
|
||||
CHECK_TICK
|
||||
+ //medals, placed far down so that people can actually see the commendations.
|
||||
+ if(GLOB.commendations)
|
||||
+ to_chat(world, "<b><font size=3>Medal Commendations:</font></b>")
|
||||
+ for (var/com in GLOB.commendations)
|
||||
+ to_chat(world, com)
|
||||
+
|
||||
+ CHECK_TICK
|
||||
|
||||
//Collects persistence features
|
||||
SSpersistence.CollectData()
|
||||
Reference in New Issue
Block a user