Skip to content

Commit

Permalink
more singular
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Apr 16, 2024
1 parent c147dcf commit 7c944a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
/obj/item/bodypart/head/ethereal
icon = 'icons/mob/species/ethereal/bodyparts.dmi'
icon_state = "elzuosa_head"
icon_state = "elzuose_head"
limb_id = SPECIES_ELZUOSE
is_dimorphic = FALSE
uses_mutcolor = TRUE

/obj/item/bodypart/chest/ethereal
icon = 'icons/mob/species/ethereal/bodyparts.dmi'
icon_state = "elzuosa_chest"
icon_state = "elzuose_chest"
limb_id = SPECIES_ELZUOSE
is_dimorphic = FALSE
uses_mutcolor = TRUE

/obj/item/bodypart/l_arm/ethereal
icon = 'icons/mob/species/ethereal/bodyparts.dmi'
icon_state = "elzuosa_l_arm"
icon_state = "elzuose_l_arm"
limb_id = SPECIES_ELZUOSE
uses_mutcolor = TRUE

/obj/item/bodypart/r_arm/ethereal
icon = 'icons/mob/species/ethereal/bodyparts.dmi'
icon_state = "elzuosa_r_arm"
icon_state = "elzuose_r_arm"
limb_id = SPECIES_ELZUOSE
uses_mutcolor = TRUE

/obj/item/bodypart/leg/left/ethereal
icon = 'icons/mob/species/ethereal/bodyparts.dmi'
icon_state = "elzuosa_l_leg"
icon_state = "elzuose_l_leg"
limb_id = SPECIES_ELZUOSE
uses_mutcolor = TRUE

/obj/item/bodypart/leg/right/ethereal
icon = 'icons/mob/species/ethereal/bodyparts.dmi'
icon_state = "elzuosa_r_leg"
icon_state = "elzuos_r_leg"
limb_id = SPECIES_ELZUOSE
uses_mutcolor = TRUE
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/stomach.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
/obj/item/organ/stomach/ethereal
name = "biological battery"
icon_state = "stomach-p" //Welp. At least it's more unique in functionaliy.
desc = "A crystal-like organ that stores the electric charge of elzuosas."
desc = "A crystal-like organ that stores the electric charge of elzuosa."
var/crystal_charge = ELZUOSE_CHARGE_FULL

/obj/item/organ/stomach/ethereal/on_life()
Expand Down
Binary file modified icons/mob/species/ethereal/bodyparts.dmi
Binary file not shown.

0 comments on commit 7c944a1

Please sign in to comment.