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.