Acorn hologram & bug fix for eevee tails (#471)

* Edited Eevee wag code

fixes the issue where the tail tip color disappears while wagging

* Adds an acorn hologram

as the title says, adds an acorn hologram... it's animated too!

* Adds code to support the Acorn

allows an AI to select "acorn" from the unique hologram catagory
This commit is contained in:
Squi-RL
2017-04-20 20:05:17 -07:00
committed by Poojawa
parent 19f06b5114
commit fc1fd4b72b
3 changed files with 4 additions and 1 deletions
@@ -258,6 +258,8 @@
/datum/sprite_accessory/mam_tails_animated/eevee
name = "Eevee"
icon_state = "eevee"
extra = 1
extra_color_src = MUTCOLORS2
/datum/sprite_accessory/mam_ears/fennec
name = "Fennec"
+2 -1
View File
@@ -705,7 +705,8 @@
"default" = 'icons/mob/AI.dmi',
"floating face" = 'icons/mob/AI.dmi',
"xeno queen" = 'icons/mob/alien.dmi',
"horror" = 'icons/mob/AI.dmi'
"horror" = 'icons/mob/AI.dmi',
"acorn" = 'icons/mob/AI.dmi'
)
input = input("Please select a hologram:") as null|anything in icon_list