Fixed a few errors.

This commit is contained in:
Albert Iordache
2011-12-27 18:52:03 +02:00
parent 14c29a96a4
commit cfbb6eb704
3 changed files with 5 additions and 9 deletions
@@ -174,7 +174,7 @@ var/datum/paiController/paiController // Global handler for pAI candidates
if(c.key == O.key)
hasSubmitted = 1
if(!hasSubmitted && O.client.be_pai)
spawn question(O.client)
spawn question(O.client, origin)
proc/question(var/client/C, var/mob/origin)
asked.Add(C.key)