Adds logging, fixes typo

This commit is contained in:
Cheridan
2015-03-26 20:11:02 +01:00
committed by Tigercat2000
parent b4a2d26274
commit 6796dcce29
+2 -1
View File
@@ -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 << "<span class='warning'>There aren't enough people use to the [src.name]!</span>"
M << "<span class='warning'>There aren't enough people to use the [src.name]!</span>"
return 0
return 1