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)