Recreated the overlays for the cat ear gimmick item so that its color change could function correctly. Again.

Changed the commented out code as advised. It should all work as intended now.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1352 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
bizarre.babel@gmail.com
2011-04-03 02:19:18 +00:00
parent 79ecd42fce
commit 751defc8c8
2 changed files with 4 additions and 5 deletions
+4 -5
View File
@@ -19,11 +19,10 @@
mob.Blend(rgb(user.r_hair, user.g_hair, user.b_hair), ICON_ADD)
mob2.Blend(rgb(user.r_hair, user.g_hair, user.b_hair), ICON_ADD)
// var/icon/earbit = new/icon("icon" = 'head.dmi', "icon_state" = "kitty")
// var/icon/earbit2 = new/icon("icon" = 'head.dmi', "icon_state" = "kitty2")
// mob.Blend(earbit, ICON_OVERLAY)
// mob2.Blend(earbit2, ICON_OVERLAY)
// Once you've dug up the sprites, update the first two lines then uncomment them. --NEO
var/icon/earbit = new/icon("icon" = 'head.dmi', "icon_state" = "kittyinner")
var/icon/earbit2 = new/icon("icon" = 'head.dmi', "icon_state" = "kittyinner2")
mob.Blend(earbit, ICON_OVERLAY)
mob2.Blend(earbit2, ICON_OVERLAY)
/obj/item/clothing/under/blackskirt
name = "Black skirt"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB