- The user wasn't being put into the arguments of the proc, which allows admins to create their own disesases. I put the argument back. Fixes Issue 1312

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5753 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2013-02-21 13:46:03 +00:00
parent d4b0a19592
commit 78abe5bfda
2 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -2089,7 +2089,7 @@
feedback_add_details("admin_secrets_fun_used","V")
switch(alert("Do you want this to be a random disease or do you have something in mind?",,"Make Your Own","Random","Choose"))
if("Make Your Own")
AdminCreateVirus()
AdminCreateVirus(usr.client)
if("Random")
new /datum/event/disease_outbreak(overrides)
if("Choose")