Skip to content

Commit

Permalink
Update implant_mindshieldtot.dm (#10500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xoxeyos committed Nov 26, 2020
1 parent a593fdc commit 7eaabcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/implants/implant_mindshieldtot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if(!target.mind)
ADD_TRAIT(target, TRAIT_MINDSHIELD, "implant")
target.sec_hud_set_implants()
return FALSE
return TRUE

if(target.mind.has_antag_datum(/datum/antagonist/brainwashed))
target.mind.remove_antag_datum(/datum/antagonist/brainwashed)
Expand Down

0 comments on commit 7eaabcb

Please sign in to comment.