From ea6881db4375d6495a536880c14fc64083fb522f Mon Sep 17 00:00:00 2001 From: Gandalf <9026500+Gandalf2k15@users.noreply.github.com> Date: Mon, 9 May 2022 01:44:23 +0100 Subject: [PATCH] temp fix --- code/game/objects/structures/maintenance.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/maintenance.dm b/code/game/objects/structures/maintenance.dm index 0ac5a245854..51ae32f8566 100644 --- a/code/game/objects/structures/maintenance.dm +++ b/code/game/objects/structures/maintenance.dm @@ -201,8 +201,8 @@ at the cost of risking a vicious bite.**/ status = ALTAR_STAGETHREE update_icon() visible_message(span_warning("You start feeling horrible...")) - for(var/mob/living/viewing_mob in viewers(7, src)) - viewing_mob.set_timed_status_effect(20 SECONDS, /datum/status_effect/dizziness, only_if_higher = TRUE) + //for(var/mob/living/viewing_mob in viewers(7, src)) SKYRAT EDIT REMOVAL TEMPORARY + //viewing_mob.set_timed_status_effect(20 SECONDS, /datum/status_effect/dizziness, only_if_higher = TRUE) SKYRAT EDIT REMOVAL TEMPORARY addtimer(CALLBACK(src, .proc/pants_create), ALTAR_TIME) /// Finishes the creation, creating the item itself, setting the cooldowns and flashing every mob nearby.