mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
temp fix
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user