Merge pull request #4140 from Citadel-Station-13/upstream-merge-33088

[MIRROR] Fixes wizard greentext
This commit is contained in:
deathride58
2017-11-27 02:19:02 +00:00
committed by GitHub
+1 -1
View File
@@ -99,7 +99,7 @@
wizardwin = 0
count++
if(wizard.current && wizard.current.stat!=2 && wizardwin)
if(wizard.current && wizardwin)
text += "<br><font color='green'><B>The wizard was successful!</B></font>"
SSblackbox.record_feedback("tally", "wizard_success", 1, "SUCCESS")
else