mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
Fixes some issues with revs (#22308)
* fixes to revs * Update code/game/objects/items/weapons/implants/implant_mindshield.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * UH OH. --------- Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
implant_state = "implant-nanotrasen"
|
||||
|
||||
/obj/item/implant/mindshield/can_implant(mob/source, mob/user)
|
||||
if(source.mind in SSticker.mode.head_revolutionaries)
|
||||
if(source.mind?.has_antag_datum(/datum/antagonist/rev/head))
|
||||
source.visible_message("<span class='biggerdanger'>[source] seems to resist [src]!</span>",
|
||||
"<span class='warning'>You feel something interfering with your mental conditioning, but you resist it!</span>")
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user