Fixes issue when no antaghud icon was shown for traitor vampire and traitor changeling

This commit is contained in:
Arkatos1
2019-03-11 19:25:19 +01:00
parent 274066f407
commit 5953eed5bc
2 changed files with 2 additions and 0 deletions
@@ -38,5 +38,6 @@
changeling.special_role = SPECIAL_ROLE_CHANGELING
forge_changeling_objectives(changeling)
greet_changeling(changeling)
update_change_icons_added(changeling)
..()
return
@@ -43,4 +43,5 @@
vampire.special_role = SPECIAL_ROLE_VAMPIRE
forge_vampire_objectives(vampire)
greet_vampire(vampire)
update_vampire_icons_added(vampire)
..()