From de6b3552d5980d3b351b0c6ade1d9b1aaee70e86 Mon Sep 17 00:00:00 2001 From: BlueWildrose <57083662+BlueWildrose@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:59:24 -0700 Subject: [PATCH] that grammar would make me mad if I left it there why did I do that --- 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 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))