From a3776fb966c55f5ba4af612012787ad7ab6b789c Mon Sep 17 00:00:00 2001 From: Useroth Date: Fri, 27 Dec 2019 16:05:07 +0100 Subject: [PATCH] Small touch-up. --- code/game/objects/structures/ghost_role_spawners.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index dc5c660bdf..fdc85475fb 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -615,7 +615,7 @@ if(new_spawn.client) new_spawn.client.prefs.copy_to(new_spawn) var/datum/outfit/O = new /datum/outfit/ghostcafe() - O.equip(new_spawn) + O.equip(new_spawn, FALSE, new_spawn.client) SSjob.equip_loadout(null, new_spawn, FALSE) SSquirks.AssignQuirks(new_spawn, new_spawn.client, TRUE, TRUE, null, FALSE, new_spawn)