This commit is contained in:
Gandalf
2022-05-09 01:44:23 +01:00
parent 4eec530a68
commit ea6881db43
+2 -2
View File
@@ -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.