Fixes being unable to sign the infernal contract.

This commit is contained in:
alex-gh
2019-01-13 12:00:50 +01:00
parent 29c9aca1a8
commit 7267dafba9
+1 -1
View File
@@ -184,7 +184,7 @@
if(!user.mind.hasSoul)
to_chat(user, "<span class='notice'>You lack a soul to sign away!</span>")
if(user.mind.soulOwner != owner)
if(user.mind.soulOwner == owner)
to_chat(user, "<span class='notice'>This devil already owns your soul, you may not sell it to them again.</span>")
return FALSE