Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Nov 18, 2024
1 parent b69b7e2 commit b6c1388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/devil/devil.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
return ..()

/datum/antagonist/devil/proc/add_soul(datum/mind/soul)
if(!istype(soul) || soul in soulsOwned)
if((!istype(soul)) || (LAZYIN(soulsOwned, soul))
return

LAZYADD(soulsOwned, soul)
Expand Down

0 comments on commit b6c1388

Please sign in to comment.