mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
a step in the right direction
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
var/datum/client_colour/CC = new colour_type()
|
||||
client_colours |= CC
|
||||
sortTim(client_colours, /proc/cmp_clientcolour_priority)
|
||||
sortTim(client_colours, GLOBAL_PROC_REF(cmp_clientcolour_priority))
|
||||
update_client_colour()
|
||||
|
||||
|
||||
@@ -118,4 +118,4 @@
|
||||
priority = INFINITY //we can't see colors anyway!
|
||||
|
||||
/datum/client_colour/monochrome/trance
|
||||
priority = 1
|
||||
priority = 1
|
||||
|
||||
Reference in New Issue
Block a user