From eb7c2aa9c587d6f3e5f1a1201ff1fe7ff6414161 Mon Sep 17 00:00:00 2001 From: Walter0o Date: Tue, 19 Aug 2014 17:26:10 +0200 Subject: [PATCH] should fix #6065 --- code/modules/clothing/shoes/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 766cc96f05a..069052fbfc2 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -131,7 +131,7 @@ /obj/item/clothing/shoes/swimmingfins desc = "Help you swim good." name = "swimming fins" - icon_state = "flipperfeet" + icon_state = "flippers" flags = NOSLIP slowdown = SHOES_SLOWDOWN+1 species_restricted = null