mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Adds the Moffra wing pattern (and antennae) (#70064)
Adds the moffra wing pattern and antennae based off of mothra. New choices to express yourself is always good and it seems like a fun reference. cl imageadd: Adds Moffra wing and antennae sprites /cl
This commit is contained in:
@@ -2157,6 +2157,10 @@
|
||||
/datum/sprite_accessory/moth_wings/plasmafire
|
||||
name = "Plasmafire"
|
||||
icon_state = "plasmafire"
|
||||
|
||||
/datum/sprite_accessory/moth_wings/moffra
|
||||
name = "Moffra"
|
||||
icon_state = "moffra"
|
||||
|
||||
/datum/sprite_accessory/moth_antennae //Finally splitting the sprite
|
||||
icon = 'icons/mob/species/moth/moth_antennae.dmi'
|
||||
@@ -2240,6 +2244,10 @@
|
||||
/datum/sprite_accessory/moth_antennae/plasmafire
|
||||
name = "Plasmafire"
|
||||
icon_state = "plasmafire"
|
||||
|
||||
/datum/sprite_accessory/moth_antennae/moffra
|
||||
name = "Moffra"
|
||||
icon_state = "moffra"
|
||||
|
||||
/datum/sprite_accessory/moth_markings // the markings that moths can have. finally something other than the boring tan
|
||||
icon = 'icons/mob/species/moth/moth_markings.dmi'
|
||||
|
||||
Reference in New Issue
Block a user