From fe0d0d0d49ad0ae542d6554a3b07dac4388685e8 Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 3 May 2020 23:53:08 +0300 Subject: [PATCH] Disables sif mob spawning on outsoors grass turfs No more 500 suffocated automatically spawned non-phoron mobs clogging the moblists. --- code/game/turfs/simulated/outdoors/grass.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/turfs/simulated/outdoors/grass.dm b/code/game/turfs/simulated/outdoors/grass.dm index 1dee4d79c50..553b4858bba 100644 --- a/code/game/turfs/simulated/outdoors/grass.dm +++ b/code/game/turfs/simulated/outdoors/grass.dm @@ -39,7 +39,7 @@ var/list/grass_types = list( grass_chance = 5 var/tree_chance = 2 - animal_chance = 0.5 + animal_chance = 0 //VOREStation Edit animal_types = list( /mob/living/simple_mob/animal/sif/diyaab = 10,