mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
- 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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user