diff --git a/code/modules/client/preferences_toggles.dm b/code/modules/client/preferences_toggles.dm index 1273a84028f..8c2297108e7 100644 --- a/code/modules/client/preferences_toggles.dm +++ b/code/modules/client/preferences_toggles.dm @@ -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" diff --git a/icons/mob/mob.dmi b/icons/mob/mob.dmi index 09e29051f07..d2221d97303 100644 Binary files a/icons/mob/mob.dmi and b/icons/mob/mob.dmi differ