From bac8718f714df261053413fcbeb19951ded61120 Mon Sep 17 00:00:00 2001 From: Archie Date: Wed, 16 Jun 2021 02:23:48 -0300 Subject: [PATCH] Proposed tendril change --- hyperstation/code/modules/events/crystalline_reentry.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/modules/events/crystalline_reentry.dm b/hyperstation/code/modules/events/crystalline_reentry.dm index 5475388c..5f1acde7 100644 --- a/hyperstation/code/modules/events/crystalline_reentry.dm +++ b/hyperstation/code/modules/events/crystalline_reentry.dm @@ -207,12 +207,12 @@ M.playsound_local(src.loc, null, 50, 1, random_frequency, 10, S = meteor_sound) atmos_spawn_air("water_vapor=1250;TEMP=0") //brr switch(rand(1,100)) - if(1 to 20) + if(1 to 30) var/obj/structure/spawner/crystalline/M = new(src.loc) visible_message("A [M] emerges from the asteroid's rubble!") if(prob(50) && tendrilnotify) priority_announce("Unknown organic entities have been detected in the vincinity of [station_name()]. General caution is advised.", "General Alert") - if(21 to 99) + if(31 to 99) visible_message("The asteroid collapses into nothing...") if(100) var/mob/living/simple_animal/bot/hugbot/M = new(src.loc)