Merge pull request #474 from Sharkmare/patch-10

Carrying the icon to the item state
This commit is contained in:
Vollybally
2019-03-04 23:14:17 -05:00
committed by GitHub
@@ -115,3 +115,20 @@
icon = 'icons/obj/rig_override_modules.dmi'
icon_state = "override_rig_gauntlets" //this is experimental
name = "gloves"
//Will be modified once we start adding actual fursuits in here
/obj/item/weapon/rig/override/New()
..()
icon_state = "override_rig_suit" //for now
/obj/item/clothing/head/helmet/space/rig/override/New()
..()
icon_state = item_state
/obj/item/clothing/suit/space/rig/override/New()
..()
icon_state = item_state
/obj/item/clothing/gloves/gauntlets/rig/override/New()
..()
icon_state = item_state
/obj/item/clothing/shoes/magboots/rig/override/New()
..()
icon_state = item_state
//Lazy sprite fix end