mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Fixes being unable to sign the infernal contract.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user