Skip to content

Commit

Permalink
moves the broken xeno domes from ears to hair, and fixes them
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLordME committed Sep 10, 2024
1 parent e6f9726 commit 3cc9921
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
1 change: 0 additions & 1 deletion citadel.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4805,7 +4805,6 @@
#include "code\modules\sprite_accessories\ears\antenna.dm"
#include "code\modules\sprite_accessories\ears\horns.dm"
#include "code\modules\sprite_accessories\ears\misc.dm"
#include "code\modules\sprite_accessories\ears\xenomorph.dm"
#include "code\modules\sprite_accessories\ears\animal\avian.dm"
#include "code\modules\sprite_accessories\ears\animal\bee.dm"
#include "code\modules\sprite_accessories\ears\animal\bovine.dm"
Expand Down
22 changes: 0 additions & 22 deletions code/modules/sprite_accessories/ears/xenomorph.dm

This file was deleted.

22 changes: 22 additions & 0 deletions code/modules/sprite_accessories/hair/species/xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,25 @@
species_allowed = list(SPECIES_XENOHYBRID)
random_generation_gender = null

/datum/sprite_accessory/hair/xenohead
name = "Xenomorph Drone dome"
id = "ears_xeno_drone"
icon = 'icons/mob/sprite_accessories/xeno_parts.dmi'
icon_state = "xenohead_standard"
do_colouration = 1
legacy_use_additive_color_matrix = FALSE

/datum/sprite_accessory/hair/xenohead/royal
name = "Xenomorph Royal dome"
id = "ears_xeno_royal"
icon_state = "xenohead_royal"

/datum/sprite_accessory/hair/xenohead/warrior
name = "Xenomorph Warrior dome"
id = "ears_xeno_warrior"
icon_state = "xenohead_warrior"

/datum/sprite_accessory/hair/xenohead/net
name = "Xenomorph Net dome"
id = "ears_xeno_net"
icon_state = "xenohead_net"

0 comments on commit 3cc9921

Please sign in to comment.