Skip to content

Commit

Permalink
фикс ошибки датума
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Jul 3, 2024
1 parent 1bd36ae commit b5186a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
Но вы чувствуете себя будто обновленным."))

/obj/machinery/vox_trader/proc/make_new_vox_raider(mob/user, mob/living/M)
if(!M.mind || locate(M.mind.has_antag(/datum/antagonist/vox_raider)))
if(!M.mind || locate(M.mind.has_antag_datum(/datum/antagonist/vox_raider)))
return FALSE

for(var/datum/antagonist/A in M.mind.antag_datums)
Expand Down

0 comments on commit b5186a0

Please sign in to comment.