Skip to content

Commit

Permalink
TYHUIS BURRITO TOO CPICY TO STHIUNK AND TYPE A COMIT EMSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba committed Dec 12, 2024
1 parent 52db67a commit f6837bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
target.grab_ghost()
target.updatehealth()

if(target.revive() && HAS_TRAIT(owner, TRAIT_DEFIB_BLACKLISTED))
if(target.revive() && HAS_TRAIT(target, TRAIT_DEFIB_BLACKLISTED))
target.emote("chime")
target.visible_message(span_notice("...[target] reactivates, their chassis coming online!"))
return FALSE //This is due to synths having some weirdness with their revive.
Expand Down

0 comments on commit f6837bb

Please sign in to comment.