Make Brainwashed Victims secret

This commit does the following for Brainwashed Victim
- Adds small (+1) mood event
- Adds _soft antag_ status
- Removes from ghost orbit panel
- Removes from round end report
This commit is contained in:
Darius
2023-02-18 18:28:45 -05:00
parent 82b4a4e9c5
commit d997cd6239
3 changed files with 18 additions and 0 deletions
@@ -33,3 +33,8 @@
description = span_nicegreen("I\'ve tasted sympathy from a fellow curse bearer.\n")
mood_change = 1
timeout = 2 MINUTES
/datum/mood_event/brainwashed
description = span_mind_control("I\'ve been shown the path, and I must follow it!\n")
mood_change = 1
hidden = TRUE
@@ -0,0 +1,12 @@
/datum/antagonist/brainwashed
// Do not add to living antag list
soft_antag = TRUE
// Do not add to round end report
show_in_roundend = FALSE
// Do not show to ghosts
show_to_ghosts = FALSE
// Give minor mood event
antag_moodlet = /datum/mood_event/brainwashed
+1
View File
@@ -4491,6 +4491,7 @@
#include "modular_splurt\code\modules\admin\verbs\vpnbunker.dm"
#include "modular_splurt\code\modules\antagonists\_common\antag_spawner.dm"
#include "modular_splurt\code\modules\antagonists\bloodsucker\levelup.dm"
#include "modular_splurt\code\modules\antagonists\brainwashing\brainwashing.dm"
#include "modular_splurt\code\modules\antagonists\ert_cleanup\ert_cleanup.dm"
#include "modular_splurt\code\modules\antagonists\qareen\qareen.dm"
#include "modular_splurt\code\modules\antagonists\qareen\qareen_abilities.dm"