fixes on_mob eyes overlays not updating properly sometimes.

This commit is contained in:
Ghommie
2019-12-06 03:38:39 +01:00
parent 8a6b9ac7e0
commit d6fe78f4a7
3 changed files with 20 additions and 14 deletions
@@ -252,7 +252,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
QDEL_NULL(eyes)
if(should_have_eyes && !eyes)
eyes = new mutanteyes
eyes.Insert(C)
eyes.Insert(C, TRUE)
if(ears && (replace_current || !should_have_ears))
ears.Remove(C,1)