Forgot an operator

This commit is contained in:
Unknown
2021-02-02 00:48:35 -05:00
parent e4b0f292f8
commit a6a2f82fc4
+1 -1
View File
@@ -25,7 +25,7 @@
updateUsrDialog()
return
var/mob/M = locate(href_list["traitormob"])
if(M.mind.tcrystals || jobban_isbanned(M, "Syndicate"))
if(M.mind.tcrystals > 0 || jobban_isbanned(M, "Syndicate"))
temptext = "<i>We have no need for you at this time. Have a pleasant day.</i><br>"
updateUsrDialog()
return