From ef720c34818df32ef6b80c8d39afd8bbdc046304 Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Mon, 27 Jul 2020 01:37:56 -0400 Subject: [PATCH] a --- modular_citadel/code/modules/client/loadout/suit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/loadout/suit.dm b/modular_citadel/code/modules/client/loadout/suit.dm index db20d188ac..57c5772f48 100644 --- a/modular_citadel/code/modules/client/loadout/suit.dm +++ b/modular_citadel/code/modules/client/loadout/suit.dm @@ -151,7 +151,7 @@ name = "Bar winter coat" category = SLOT_WEAR_SUIT path = /obj/item/clothing/suit/hooded/wintercoat/bar - restricted_roles = list("Bartender") //Reserve it to Bartenders and not the Head of Personnel because he doesnt deserve to look as fancy as them + restricted_roles = list("Bartender") // Reserve it to Bartenders and not the Head of Personnel because he doesnt deserve to look as fancy as them /datum/gear/coat/cargo name = "Cargo winter coat"