mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Fixes morph and appearance editing not updating sprites.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user