From 5aa234b1d6486164d4ac506b856f95d291444f22 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sat, 30 Jan 2021 03:01:51 +0000 Subject: [PATCH] name fix because im a retard name fix because im a retard --- hyperstation/code/obj/kinkyclothes.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hyperstation/code/obj/kinkyclothes.dm b/hyperstation/code/obj/kinkyclothes.dm index 7bf22862..0b1f7465 100644 --- a/hyperstation/code/obj/kinkyclothes.dm +++ b/hyperstation/code/obj/kinkyclothes.dm @@ -36,19 +36,19 @@ AddComponent(/datum/component/squeak, list('sound/effects/footstep/highheel1.ogg' = 1,'sound/effects/footstep/highheel2.ogg' = 1), 20) //the classic click clack -obj/item/clothing/neck/shaw - name = "white shaw" +obj/item/clothing/neck/stole + name = "white stole" desc = "Fluffy neck wear to keep you warm, and attract others." icon = 'hyperstation/icons/obj/clothing/neck.dmi' w_class = WEIGHT_CLASS_SMALL - icon_state = "shaw" + icon_state = "stole" item_state = "" //no inhands -obj/item/clothing/neck/shaw/black - name = "black shaw" +obj/item/clothing/neck/stole/black + name = "black stole" desc = "Fluffy neck wear to keep you warm, and attract others." icon = 'hyperstation/icons/obj/clothing/neck.dmi' w_class = WEIGHT_CLASS_SMALL - icon_state = "shaw" + icon_state = "stole" item_state = "" //no inhands color = "#3d3d3d" \ No newline at end of file