mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-31 08:37:14 +01:00
Merge branch 'pr/834'
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
|
||||
/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space/Initialize(mapload)
|
||||
. = ..()
|
||||
if(prob(90)) //only has a 10% chance of existing, otherwise it'll just be a NPC syndie.
|
||||
if(prob(0)) //only has a 10% chance of existing, otherwise it'll just be a NPC syndie. //splurt edit: has a 100% chance of spawning so it doeds not cause problems with the double syndi comms agent base; changed from 90 to 0
|
||||
new /mob/living/simple_animal/hostile/syndicate/ranged(get_turf(src))
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user