From 99b57c1a8e4ca760851e7ba2d3e2effb8174310c Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Thu, 29 Aug 2013 00:41:47 -0700 Subject: [PATCH] Skrell suit sprite fix, oops. --- code/modules/clothing/spacesuits/alien.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/clothing/spacesuits/alien.dm b/code/modules/clothing/spacesuits/alien.dm index c0468de12e..0db5e03302 100644 --- a/code/modules/clothing/spacesuits/alien.dm +++ b/code/modules/clothing/spacesuits/alien.dm @@ -27,15 +27,15 @@ species_restricted = list("Skrell","Human") /obj/item/clothing/suit/space/skrell/white + icon_state = "skrell_suit_white" + item_state = "skrell_suit_white" + color = "skrell_suit_white" + +/obj/item/clothing/suit/space/skrell/black icon_state = "skrell_suit_black" item_state = "skrell_suit_black" color = "skrell_suit_black" -/obj/item/clothing/suit/space/skrell/black - icon_state = "skrell_helmet_black" - item_state = "skrell_helmet_black" - color = "skrell_helmet_black" - //Unathi space gear. Huge and restrictive. /obj/item/clothing/head/helmet/space/unathi