From 461b914caf22f224023be17bbebf81ad0bad5552 Mon Sep 17 00:00:00 2001 From: Vladin Date: Sun, 13 Sep 2020 02:41:30 -0400 Subject: [PATCH] newlines back whoops didnt want to remove potentially important empty spaces --- code/modules/vending/clothesmate.dm | 2 +- modular_citadel/code/modules/client/loadout/uniform.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index 3b303409..381bbef8 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -138,4 +138,4 @@ /obj/item/vending_refill/clothing machine_name = "ClothesMate" - icon_state = "refill_clothes" \ No newline at end of file + icon_state = "refill_clothes" diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index 836eee46..a2d38bd3 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -449,4 +449,4 @@ name = "Corset" category = SLOT_W_UNIFORM path = /obj/item/clothing/under/corset - cost = 1 \ No newline at end of file + cost = 1