Skip to content

Commit

Permalink
[MIRROR] Added a new moth customisation set to the character setup (#…
Browse files Browse the repository at this point in the history
…2252)

* Added a new moth customisation set to the character setup (#81718)

## About The Pull Request
This PR adds a new moth customisation set and makes it available in the
character setup menu.

Introducing, the lightbearer moth!

![image](https://github.com/tgstation/tgstation/assets/161269765/d683fe9c-1dea-44bd-b378-09ae57bbb839)

![image](https://github.com/tgstation/tgstation/assets/161269765/4750affe-4f95-4199-abe7-82da500e0dff)


Setup menu preview:


![image](https://github.com/tgstation/tgstation/assets/161269765/deb27899-6f6e-471e-bd76-f27470845bb0)

![image](https://github.com/tgstation/tgstation/assets/161269765/e9463543-87cd-4e44-9997-840f3169c735)

![image](https://github.com/tgstation/tgstation/assets/161269765/4c492e1b-cb66-436f-95c4-e44ddf7d6f29)




## Why It's Good For The Game
Adds more variety to moth customisation!

## Changelog
:cl:
add: added the lightbearer moth set, available in the character setup.
image: added icons for the lightbearer set; new moth wings, antennae and
markings.
/:cl:

* Added a new moth customisation set to the character setup

* Adds wings to modular wings file

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Dali <[email protected]>
Co-authored-by: Mal <[email protected]>
  • Loading branch information
4 people authored Mar 6, 2024
1 parent cf88a4c commit 7a446eb
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions code/datums/sprite_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,10 @@
name = "Moffra"
icon_state = "moffra"

/datum/sprite_accessory/moth_wings/lightbearer
name = "Lightbearer"
icon_state = "lightbearer"

/datum/sprite_accessory/moth_antennae //Finally splitting the sprite
icon = 'icons/mob/human/species/moth/moth_antennae.dmi'
color_src = null
Expand Down Expand Up @@ -2358,6 +2362,10 @@
name = "Moffra"
icon_state = "moffra"

/datum/sprite_accessory/moth_antennae/lightbearer
name = "Lightbearer"
icon_state = "lightbearer"

/datum/sprite_accessory/moth_markings // the markings that moths can have. finally something other than the boring tan
icon = 'icons/mob/human/species/moth/moth_markings.dmi'
color_src = null
Expand Down Expand Up @@ -2421,3 +2429,7 @@
/datum/sprite_accessory/moth_markings/witchwing
name = "Witch Wing"
icon_state = "witchwing"

/datum/sprite_accessory/moth_markings/lightbearer
name = "Lightbearer"
icon_state = "lightbearer"
Binary file modified icons/mob/human/species/moth/moth_antennae.dmi
Binary file not shown.
Binary file modified icons/mob/human/species/moth/moth_markings.dmi
Binary file not shown.
Binary file modified icons/mob/human/species/moth/moth_wings.dmi
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@
name = "Moth (Moffra)"
icon_state = "moffra"

/datum/sprite_accessory/wings/moth/lightbearer
name = "Lightbearer"
icon_state = "lightbearer"

/datum/sprite_accessory/wings/mammal/top/arfel_harpy
name = "Arfel Harpy"
icon_state = "arfelharpy_top"
Expand Down

0 comments on commit 7a446eb

Please sign in to comment.