From a0540814b0539f2ae5b3a67a2ab341f35f0d101c Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Fri, 2 Feb 2018 01:55:31 -0500 Subject: [PATCH] THE VAR IS ROGUE BLOW THE VARS --- code/datums/status_effects/status_effect.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/status_effects/status_effect.dm b/code/datums/status_effects/status_effect.dm index 196aa6f55d9..86590c613d2 100644 --- a/code/datums/status_effects/status_effect.dm +++ b/code/datums/status_effects/status_effect.dm @@ -10,7 +10,6 @@ var/mob/living/owner //The mob affected by the status effect. var/status_type = STATUS_EFFECT_UNIQUE //How many of the effect can be on one mob, and what happens when you try to add another var/on_remove_on_mob_delete = FALSE //if we call on_remove() when the mob is deleted - var/can_timeout = FALSE //use for effect that to a diffrent thing on time out (so it can do something on time out rather then on just remove) var/examine_text //If defined, this text will appear when the mob is examined - to use he, she etc. use "SUBJECTPRONOUN" and replace it in the examines themselves var/alert_type = /obj/screen/alert/status_effect //the alert thrown by the status effect, contains name and description var/obj/screen/alert/status_effect/linked_alert = null //the alert itself, if it exists