Ghost popup part 2: The didn't do much-a-ning

Fixes button3, does the remie
This commit is contained in:
MrStonedOne
2015-12-31 01:53:05 -08:00
parent c33e97afb5
commit 69a70daebd
2 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ var/datum/subsystem/pai/SSpai
if(!C) return
asked.Add(C.key)
asked[C.key] = world.time
var/response = alert(C, "Someone is requesting a pAI personality. Would you like to play as a personal AI?", "pAI Request", "Yes", "No", "Never for this round")
var/response = tgalert(C, "Someone is requesting a pAI personality. Would you like to play as a personal AI?", "pAI Request", "Yes", "No", "Never for this round", StealFocus=0, Timeout=askDelay)
if(!C) return //handle logouts that happen whilst the alert is waiting for a response.
if(response == "Yes")
recruitWindow(C.mob)