Merge pull request #15079 from Tenryumi/nikki-outfit-fix

Fixes Nikki's fluff outfit uniform not rendering onmob sprites
This commit is contained in:
Heroman3003
2023-06-26 20:37:33 +10:00
committed by GitHub
4 changed files with 2 additions and 2 deletions
@@ -2059,7 +2059,7 @@ Departamental Swimsuits, for general use
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS // It will keep you toasty tho, it's more than big enough to help with that! Just wrap the thing around you when on the surface, idk
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_override = 'icons/vore/custom_onmob_vr.dmi'
icon_state = "nikki"
icon_state = "nikkicape"
/obj/item/clothing/head/fluff/nikki
// I have never tryharded so much just to accomplish something so stupid as "Vore By Hat" in my entire life, and I apologize to each and every one of you.
@@ -1188,7 +1188,7 @@
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_override = 'icons/vore/custom_onmob_vr.dmi'
suit_type = "probably not magical"
icon_state = "nikki"
icon_state = "nikkicape"
w_class = ITEMSIZE_SMALL // It is after all only a necklace
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0) // this isn't armor, it's a dorky frickin cape
siemens_coefficient = 0.9
Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB