mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-29 07:36:58 +01:00
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:
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user