Merge pull request #7511 from paprka/cool

adds a skeleton ghost for byond supporters
This commit is contained in:
Remie Richards
2015-02-07 16:48:52 +00:00
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")