This commit is contained in:
timothyteakettle
2020-12-12 01:49:50 +00:00
parent 99f50addc7
commit 3a017d1173
2 changed files with 8 additions and 12 deletions
@@ -8,6 +8,7 @@
return
if(client.prefs.last_custom_holoform > world.time - CUSTOM_HOLOFORM_DELAY)
to_chat(src, "<span class='warning'>You are attempting to change custom holoforms too fast!</span>")
return
var/icon/new_holoform = user_interface_custom_holoform(client)
if(new_holoform)
client.prefs.custom_holoform_icon = new_holoform