adds a skeleton ghost for byond supporters

This commit is contained in:
paprka
2015-02-01 22:58:55 -08:00
parent 920bca9147
commit 4756bcec13
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -150,7 +150,7 @@
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","ghost_red","ghost_black", \
var/list/ghost_forms = list("ghost","ghostking","ghostian2","skeleghost","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")