From f02701b01b3eb488ca298589b077a9544f408dbf Mon Sep 17 00:00:00 2001 From: quotefox Date: Mon, 7 Mar 2022 13:36:03 +0000 Subject: [PATCH] spawn reduced abit --- hyperstation/code/modules/events/crystalloid_entities .dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/events/crystalloid_entities .dm b/hyperstation/code/modules/events/crystalloid_entities .dm index b65936a1c..b13cf5f9d 100644 --- a/hyperstation/code/modules/events/crystalloid_entities .dm +++ b/hyperstation/code/modules/events/crystalloid_entities .dm @@ -29,6 +29,6 @@ /datum/round_event/crystalloid_entities/start() for(var/obj/effect/landmark/carpspawn/C in GLOB.landmarks_list) - if(prob(70)) //dont spawn them EVERYWHERE, they are tougher than carps. + if(prob(60)) //dont spawn them EVERYWHERE, they are tougher than carps. new /mob/living/simple_animal/hostile/crystal(C.loc)