From a2f0dbab0511358e2e38ca601d97573a07eb19ef Mon Sep 17 00:00:00 2001 From: skull132 Date: Tue, 2 Dec 2014 21:25:20 +0200 Subject: [PATCH] Flippers They flip. And have functioning icons. --- 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 13177588..73e54bca 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -138,7 +138,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