Fixes mulitple invisible sprites (#16719)

* Fixes mulitple invisible sprites

* oh yeah we need these

* Cosmic Cape Fixes
This commit is contained in:
Doxxmedearly
2023-07-14 08:10:26 -04:00
committed by GitHub
parent a1a4c52e48
commit 2ad8e7b482
7 changed files with 16 additions and 8 deletions
@@ -647,7 +647,7 @@
name = "earmuffs"
desc = "Protects your hearing from loud noises, and quiet ones as well."
desc_antag = "This set of earmuffs has a secret compartment housing radio gear, allowing it to function as a standard headset."
icon = 'icons/obj/clothing/ears.dmi'
icon = 'icons/obj/clothing/ears/earmuffs.dmi'
icon_state = "earmuffs"
item_state = "earmuffs"
item_flags = SOUNDPROTECTION
+6 -6
View File
@@ -25,23 +25,23 @@
item_state = "decorated_ronin_hat4"
/obj/item/clothing/head/unathi/dark
icon_state = "darkonin_hat"
icon_state = "darkronin_hat"
item_state = "darkronin_hat"
/obj/item/clothing/head/unathi/deco/dark
icon_state = "decorated_darkonin_hat"
icon_state = "decorated_darkronin_hat"
item_state = "decorated_darkronin_hat"
/obj/item/clothing/head/unathi/deco/dark/green
icon_state = "decorated_darkonin_hat2"
icon_state = "decorated_darkronin_hat2"
item_state = "decorated_darkronin_hat2"
/obj/item/clothing/head/unathi/deco/dark/blue
icon_state = "decorated_darkonin_hat3"
icon_state = "decorated_darkronin_hat3"
item_state = "decorated_darkronin_hat3"
/obj/item/clothing/head/unathi/deco/dark/orange
icon_state = "decorated_darkonin_hat4"
icon_state = "decorated_darkronin_hat4"
item_state = "decorated_darkronin_hat4"
/obj/item/clothing/head/unathi/maxtlatl
@@ -62,4 +62,4 @@
M.appearance_flags = RESET_COLOR|RESET_ALPHA
M.pixel_y = 12
I.add_overlay(M)
return I
return I
@@ -151,7 +151,7 @@
set_trait(TRAIT_PRODUCTION,6)
set_trait(TRAIT_YIELD,6)
set_trait(TRAIT_POTENCY,10)
set_trait(TRAIT_PRODUCT_ICON,"peanut")
set_trait(TRAIT_PRODUCT_ICON,"nuts")
set_trait(TRAIT_PRODUCT_COLOUR,"#F2B369")
set_trait(TRAIT_PLANT_ICON,"bush2")
set_trait(TRAIT_IDEAL_LIGHT, 6)
@@ -0,0 +1,8 @@
author: Doxxmedearly
delete-after: True
changes:
- bugfix: "Dead Greimorian bombardiers has its sprite now."
- bugfix: "Uplink earmuffs have their sprite again."
- bugfix: "Peanut seed packets has its sprite now."
- bugfix: "All dark variants of the Unathi straw hat have their sprites now."
- bugfix: "The cosmic cape has its sprite again."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB