mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user