Added anonus' rainbow ghost icons.

This commit is contained in:
Giacomand
2013-12-05 18:34:24 +00:00
parent b3f95e6e79
commit eb3f07e538
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -129,7 +129,10 @@
prefs.save_preferences()
src << "Others can[(prefs.toggles & MEMBER_PUBLIC) ? "" : "not"] see whether you are a byond member."
var/list/ghost_forms = list("ghost","ghostking","ghostian2")
var/list/ghost_forms = list("ghost","ghostking","ghostian2","ghost_red","ghost_black", \
"ghost_blue","ghost_yellow","ghost_green","ghost_pink", \
"ghost_cyan","ghost_dblue","ghost_dred","ghost_dgreen", \
"ghost_dcyan","ghost_grey","ghost_dyellow","ghost_dpink")
/client/verb/pick_form()
set name = "Choose Ghost Form"
set category = "Preferences"