mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 06:06:34 +01:00
Removing unnecessary usage of icon_override for Teshari cloaks.
This commit is contained in:
@@ -72,7 +72,6 @@
|
||||
if(istype(I, /obj/item/clothing/accessory/storage/poncho))
|
||||
var/obj/item/clothing/accessory/storage/poncho/P = I
|
||||
P.icon_override_state = new_icon_override_file
|
||||
LAZYSET(P.sprite_sheets, SPECIES_TESHARI, new_icon_override_file) /// Will look the same on Teshari and other species.
|
||||
P.item_state = new_icon
|
||||
to_chat(user, "You set about modifying the poncho into [new_name].")
|
||||
return ..()
|
||||
@@ -84,7 +83,6 @@
|
||||
|
||||
/obj/item/kit/clothing/customize(var/obj/item/clothing/I, var/mob/user)
|
||||
if(istype(I) && can_customize(I))
|
||||
LAZYSET(I.sprite_sheets, SPECIES_TESHARI, new_icon_override_file) /// Will look the same on Teshari and other species.
|
||||
I.item_state = new_icon
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user