Skip to content

Commit

Permalink
Fixes xeno maid not having a sprite (#4702)
Browse files Browse the repository at this point in the history
we don't got a sprite for that
  • Loading branch information
FlufflesTheDog authored and StealsThePRs committed Dec 23, 2024
1 parent 69fce04 commit 33e338e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
icon_dead = "aliendrone_dead"
pixel_x = -16
base_pixel_x = -16

/mob/living/basic/alien/maid // Back to their normal sprite because we don't have a custom one
icon = 'icons/mob/nonhuman-player/alien.dmi'
pixel_x = 0
base_pixel_x = 0

0 comments on commit 33e338e

Please sign in to comment.