mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-18 03:02:31 +01:00
spawn reduced abit
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user