From 26d9ad3f221c0d81f7ee002960441424f658fc29 Mon Sep 17 00:00:00 2001 From: Sadhorizon <108196626+Sadhorizon@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:59:11 +0100 Subject: [PATCH] Waiter access fix. (#3783) ## About The Pull Request Waiters can access kitchen again on the sunskipper. ## Changelog :cl: fix: Waiters can access Sunskipper kitchen again. /:cl: --- code/modules/clothing/outfits/factions/independent.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/outfits/factions/independent.dm b/code/modules/clothing/outfits/factions/independent.dm index 4c336f3a1713..7b82368f14da 100644 --- a/code/modules/clothing/outfits/factions/independent.dm +++ b/code/modules/clothing/outfits/factions/independent.dm @@ -30,7 +30,7 @@ ..() if(visualsOnly) return - var/obj/item/card/id/W = H.wear_id + var/obj/item/card/id/W = H.get_idcard() W.access += list(ACCESS_KITCHEN) /datum/outfit/job/independent/assistant/fancy