Skip to content

Commit

Permalink
More moth customization (#10167)
Browse files Browse the repository at this point in the history
* Plasmafire Code + Icons

* Update moth_wingsopen.dmi

* Thunder wing

* Femboy Moff

* Adds boykissing

* Adds testosterone to the game

* test

* adds boobs

* Rosy

* i forgor

* nerfs felinids
  • Loading branch information
ClownMoff authored Dec 17, 2023
1 parent 09ce383 commit 0c72810
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 7 deletions.
62 changes: 55 additions & 7 deletions code/modules/mob/dead/new_player/sprite_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2115,21 +2115,53 @@
name = "Moon Fly"
icon_state = "moonfly"

/datum/sprite_accessory/moth_wings/witchwingi
/datum/sprite_accessory/moth_wings/snow
name = "Snow"
icon_state = "snow"

/datum/sprite_accessory/moth_wingsopen/snow
name = "Snow"
icon_state = "snow"

/datum/sprite_accessory/moth_wings/witchwing
name = "Witch Wing"
icon_state = "witchwing"

/datum/sprite_accessory/moth_wingsopen/witchwing
name = "Witch Wing"
icon_state = "witchwing"

/datum/sprite_accessory/moth_wings/snow
name = "Snow"
icon_state = "snow"
/datum/sprite_accessory/moth_wings/plasmafire
name = "Plasmafire"
icon_state = "plasmafire"

/datum/sprite_accessory/moth_wingsopen/snow
name = "Snow"
icon_state = "snow"
/datum/sprite_accessory/moth_wingsopen/plasmafire
name = "Plasmafire"
icon_state = "plasmafire"

/datum/sprite_accessory/moth_wings/bluespace
name = "Bluespace"
icon_state = "bluespace"

/datum/sprite_accessory/moth_wingsopen/bluespace
name = "Bluespace"
icon_state = "bluespace"

/datum/sprite_accessory/moth_wings/brown
name = "Brown"
icon_state = "brown"

/datum/sprite_accessory/moth_wingsopen/brown
name = "Brown"
icon_state = "brown"

/datum/sprite_accessory/moth_wings/rosy
name = "Rosy"
icon_state = "rosy"

/datum/sprite_accessory/moth_wingsopen/rosy
name = "Rosy"
icon_state = "rosy"

/datum/sprite_accessory/moth_wings/angel
name = "Angel"
Expand Down Expand Up @@ -2218,6 +2250,22 @@
name = "Witch Wing"
icon_state = "witchwing"

/datum/sprite_accessory/moth_antennae/plasmafire
name = "Plasmafire"
icon_state = "plasmafire"

/datum/sprite_accessory/moth_antennae/bluespace
name = "Bluespace"
icon_state = "bluespace"

/datum/sprite_accessory/moth_antennae/brown
name = "Brown"
icon_state = "brown"

/datum/sprite_accessory/moth_antennae/rosy
name = "Rosy"
icon_state = "rosy"

/datum/sprite_accessory/moth_markings // the markings that moths can have. finally something other than the boring tan
icon = 'icons/mob/moth_markings.dmi'
color_src = null
Expand Down
Binary file modified icons/mob/moth_antennae.dmi
Binary file not shown.
Binary file modified icons/mob/moth_wings.dmi
Binary file not shown.
Binary file modified icons/mob/moth_wingsopen.dmi
Binary file not shown.

0 comments on commit 0c72810

Please sign in to comment.