I forgot a part.

Copy-pasted the Angel's wings' bit of code to have something to show.
This commit is contained in:
r4d6
2019-10-10 20:45:38 -04:00
committed by GitHub
parent 2822f43720
commit e85e499504
@@ -30,7 +30,15 @@
// Decorative wings
/datum/sprite_accessory/deco_wings
icon = 'icons/mob/wings.dmi'
color_src = null
/datum/sprite_accessory/deco_wings/angel
name = "Angel"
icon_state = "angel"
color_src = 0
dimension_x = 46
center = TRUE
dimension_y = 34
locked = TRUE
/datum/sprite_accessory/deco_wings/none
name = "None"