mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Merge pull request #7611 from VOREStation/Verkister-patch-2
Disables sif mob spawning on outdoors grass turfs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user