swap cooldown and cooldown check lines
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
if(!client.prefs)
|
||||
to_chat(src, "<span class='boldwarning'>No preferences datum on your client, contact an admin/coder!</span>")
|
||||
return
|
||||
client.prefs.last_custom_holoform = world.time
|
||||
var/icon/new_holoform = user_interface_custom_holoform(client)
|
||||
client.prefs.last_custom_holoform = world.time
|
||||
if(new_holoform)
|
||||
client.prefs.custom_holoform_icon = new_holoform
|
||||
client.prefs.cached_holoform_icons = null
|
||||
|
||||
Reference in New Issue
Block a user