diff --git a/code/game/objects/structures/spirit_board.dm b/code/game/objects/structures/spirit_board.dm index 6e415fafda8..1ddc8c24c4b 100644 --- a/code/game/objects/structures/spirit_board.dm +++ b/code/game/objects/structures/spirit_board.dm @@ -40,6 +40,7 @@ announce_to_ghosts() planchette = input("Choose the letter.", "Seance!") in list("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z") + add_logs(M, src, "picked a letter on", addition="which was \"[planchette]\".") cooldown = world.time lastuser = M.ckey @@ -90,7 +91,7 @@ users_in_range++ if(users_in_range < 2) - M << "There aren't enough people use to the [src.name]!" + M << "There aren't enough people to use the [src.name]!" return 0 return 1 \ No newline at end of file