Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 753681c

Browse filesBrowse files
Mindshields deconvert veils
1 parent 000ff25 commit 753681c
Copy full SHA for 753681c

1 file changed

+2-1Lines changed: 2 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎yogstation/code/game/objects/items/implants/implant_mindshield.dm‎

Copy file name to clipboardExpand all lines: yogstation/code/game/objects/items/implants/implant_mindshield.dm
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
qdel(src)
1010
return FALSE
1111
target.mind.remove_antag_datum(/datum/antagonist/gang)
12+
target.mind.remove_antag_datum(/datum/antagonist/veil)
1213
if(!silent)
1314
to_chat(target, "<span class='notice'>You feel a sense of peace and security. You are now protected from brainwashing.</span>")
1415
return TRUE
15-
return FALSE
16+
return FALSE

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.