prob change (was this ever working?)

This commit is contained in:
Archie
2020-10-14 17:44:43 -03:00
parent e20b215597
commit f6c0bf946b
+1 -1
View File
@@ -148,7 +148,7 @@
/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space/Initialize()
. = ..()
if(prob(90)) //only has a 10% chance of existing, otherwise it'll just be a NPC syndie.
if(prob(50)) //only has a 10% chance of existing, otherwise it'll just be a NPC syndie.
new /mob/living/simple_animal/hostile/syndicate/ranged(get_turf(src))
return INITIALIZE_HINT_QDEL