mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #15079 from Tenryumi/nikki-outfit-fix
Fixes Nikki's fluff outfit uniform not rendering onmob sprites
This commit is contained in:
committed by
CHOMPStation2
parent
49516b7467
commit
457961f3ca
@@ -2061,7 +2061,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.
|
||||
|
||||
@@ -1184,7 +1184,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 |
Reference in New Issue
Block a user