Fixes morph and appearance editing not updating sprites.

This commit is contained in:
Erthilo
2012-06-24 01:12:16 +01:00
parent a5adf9377f
commit 85f75e639c
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -1013,6 +1013,7 @@
else
M.gender = FEMALE
M.rebuild_appearance()
M.update_body()
M.check_dna(M)
@@ -2719,10 +2719,11 @@ It can still be worn/put on as normal.
else
gender = FEMALE
rebuild_appearance()
update_body()
check_dna()
for(var/mob/M in view())
M.show_message("[src.name] just morphed!")
M.show_message("\blue \The [src.name] morphs and changes [get_gender_form("its")] appearance!")
/mob/living/carbon/human/proc/remotesay()
set name = "Project mind"