Skip to content

Commit

Permalink
Fix queen ovi ghost state
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 5, 2023
1 parent 320e5e7 commit bac3db0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Queen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -940,3 +940,7 @@

// Switch icon back and then let normal icon behavior happen
Queen.icon = Queen.queen_standing_icon

/mob/living/carbon/xenomorph/queen/alter_ghost(mob/dead/observer/ghost)
ghost.icon = queen_standing_icon
return ..()

0 comments on commit bac3db0

Please sign in to comment.