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