Fixes wizard greentext (#33088)

This commit is contained in:
AnturK
2017-11-26 23:53:31 +01:00
committed by CitadelStationBot
parent 4eb9e28fb4
commit c574b06f90
+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