diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index 6044912028..ffe2b8a492 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -631,7 +631,7 @@ user.visible_message("[user] pries open the [src], disrupting the sleep of the pirate within and killing them.", "You pry open the [src], disrupting the sleep of the pirate within and killing them.", "You hear prying, followed by the death rattling of bones.") - log_game("[key_name(user)] has successfully pried open a [src] and disabled a space pirate spawner.") + log_game("[key_name(user)] has successfully pried open [src] and disabled a space pirate spawner.") W.play_tool_sound(src) playsound(src.loc, 'modular_citadel/sound/voice/scream_skeleton.ogg', 50, 1, 4, 1.2) if(rank == "Captain") new /obj/effect/mob_spawn/human/pirate/corpse/captain(get_turf(src))