+When the default ghost sprite is selected, and your species has head and/or facial hair, your ghost sprite will have the same hair.

+If you ghost in the round, this will base itself on the body you occupied.
+If you observe, this will base itself on the character you had active when you hit the button.
This commit is contained in:
Ricotez
2016-03-20 00:45:54 +01:00
parent c4b5ecef1b
commit 17caf2d320
4 changed files with 73 additions and 4 deletions
+2 -1
View File
@@ -223,7 +223,8 @@ var/global/list/ghost_forms = list("ghost","ghostking","ghostian2","skeleghost",
prefs.ghost_form = new_form
prefs.save_preferences()
if(istype(mob,/mob/dead/observer))
mob.icon_state = new_form
var/mob/dead/observer/O = mob
O.update_icon(new_form)
var/global/list/ghost_orbits = list(GHOST_ORBIT_CIRCLE,GHOST_ORBIT_TRIANGLE,GHOST_ORBIT_SQUARE,GHOST_ORBIT_HEXAGON,GHOST_ORBIT_PENTAGON)