Adds Medal Commendations!
This commit is contained in:
Regular → Executable
@@ -0,0 +1,15 @@
|
||||
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