From 3b917fabf1463b93e114ffccc9be215452bbb0d8 Mon Sep 17 00:00:00 2001 From: Majkl-J <49160555+Majkl-J@users.noreply.github.com> Date: Fri, 28 Feb 2025 07:08:45 -0800 Subject: [PATCH] status effect checks --- modular_zubbers/code/modules/debug_tools/physgun.dm | 2 ++ modular_zubbers/code/modules/mkultra/enthrall.dm | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/modular_zubbers/code/modules/debug_tools/physgun.dm b/modular_zubbers/code/modules/debug_tools/physgun.dm index 1babd07b5a0..61dfa48e9f4 100644 --- a/modular_zubbers/code/modules/debug_tools/physgun.dm +++ b/modular_zubbers/code/modules/debug_tools/physgun.dm @@ -299,6 +299,8 @@ /datum/status_effect/physgun_pause id = "physgun_pause" + alert_type = null + var/force = FALSE /datum/status_effect/physgun_pause/on_apply() diff --git a/modular_zubbers/code/modules/mkultra/enthrall.dm b/modular_zubbers/code/modules/mkultra/enthrall.dm index c9d5149fa91..a28bd948789 100644 --- a/modular_zubbers/code/modules/mkultra/enthrall.dm +++ b/modular_zubbers/code/modules/mkultra/enthrall.dm @@ -5,16 +5,19 @@ #define FULLY_ENTHRALLED 3 #define OVERDOSE_ENTHRALLED 4 + + /*////////////////////////////////////////// Mind control functions! /////////////////////////////////////////// */ //Preamble +/datum/status_effect/chem + id = STATUS_EFFECT_ID_ABSTRACT + alert_type = null /datum/status_effect/chem/enthrall - id = "enthrall" - alert_type = null tick_interval = 4 SECONDS //examine_text TODO /// Keeps track of the enthralling process