kay
This commit is contained in:
+4
-2
@@ -1,14 +1,16 @@
|
|||||||
/client/verb/clear_custom_holoform()
|
/mob/living/silicon/verb/clear_custom_holoform()
|
||||||
set name = "Clear Custom Holoform"
|
set name = "Clear Custom Holoform"
|
||||||
set desc = "Clear your current custom holoform"
|
set desc = "Clear your current custom holoform"
|
||||||
|
set category = "OOC"
|
||||||
|
|
||||||
prefs?.custom_holoform_icon = null
|
prefs?.custom_holoform_icon = null
|
||||||
prefs?.cached_holoform_icons = null
|
prefs?.cached_holoform_icons = null
|
||||||
to_chat(src, "<span class='boldnotice'>Holoform removed.</span>")
|
to_chat(src, "<span class='boldnotice'>Holoform removed.</span>")
|
||||||
|
|
||||||
/client/verb/set_custom_holoform()
|
/mob/living/silicon/verb/set_custom_holoform()
|
||||||
set name = "Set Custom Holoform"
|
set name = "Set Custom Holoform"
|
||||||
set desc = "Set your custom holoform using your current preferences slot and a specified set of gear."
|
set desc = "Set your custom holoform using your current preferences slot and a specified set of gear."
|
||||||
|
set category = "OOC"
|
||||||
|
|
||||||
if(prefs.last_custom_holoform > world.time - CUSTOM_HOLOFORM_DELAY)
|
if(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>")
|
to_chat(src, "<span class='warning'>You are attempting to change custom holoforms too fast!</span>")
|
||||||
Reference in New Issue
Block a user