Adds three new moth wings/markings (#48129)

* Adds three new wing types, and markings. 

wings and markings match eachother.

* Adds wings, actually ™️

* Adds a single empty line to soothe the bot.
This commit is contained in:
Fury McFlurry
2019-12-08 21:51:05 +01:00
committed by AnturK
parent 11a5ff7ecf
commit 6b0af0febe
3 changed files with 24 additions and 0 deletions
@@ -1874,6 +1874,18 @@
name = "Snow"
icon_state = "snow"
/datum/sprite_accessory/moth_wings/oakworm
name = "Oak Worm"
icon_state = "oakworm"
/datum/sprite_accessory/moth_wings/jungle
name = "Jungle"
icon_state = "jungle"
/datum/sprite_accessory/moth_wings/witchwing
name = "Witch Wing"
icon_state = "witchwing"
/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
@@ -1925,3 +1937,15 @@
/datum/sprite_accessory/moth_markings/moonfly
name = "Moon Fly"
icon_state = "moonfly"
/datum/sprite_accessory/moth_markings/oakworm
name = "Oak Worm"
icon_state = "oakworm"
/datum/sprite_accessory/moth_markings/jungle
name = "Jungle"
icon_state = "jungle"
/datum/sprite_accessory/moth_markings/witchwing
name = "Witch Wing"
icon_state = "witchwing"