Skip to content

Commit

Permalink
[MIRROR] Fixes xeno maid not having a sprite (#5259)
Browse files Browse the repository at this point in the history
* Fixes xeno maid not having a sprite (#4702)

we don't got a sprite for that

* [MIRROR] Fixes xeno maid not having a sprite

---------

Co-authored-by: FlufflesTheDog <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2024
1 parent 69fce04 commit 350ba51
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 350ba51

Please sign in to comment.