FIX: Mob ticker is now in \red \b.

The mob ticker was not in \red \b format, when every other
round-start-initializing ticker is in said format. This is no longer the
case.
This commit is contained in:
Tigercat2000
2015-05-15 17:21:16 -07:00
parent d0da3cb28d
commit d46e172700
+1 -1
View File
@@ -30,7 +30,7 @@ var/global/datum/controller/mob_system/mob_master
var/starttime
/datum/controller/mob_system/proc/Setup()
world << "\red Mob ticker starting up."
world << "\red \b Mob ticker starting up."
starttime = world.timeofday
/datum/controller/mob_system/proc/process()