master
runs 2019-08-20 11:39:39 +02:00
parent 2832730964
commit e49960b7e6
4 changed files with 7 additions and 6 deletions

View File

@ -177,9 +177,9 @@ function petz.set_initial_properties(self, staticdata, dtime_s)
end
else -- mutation
local mutation_gen = #self.skin_colors --the last skin is always the mutation
self.genes["gen1"] = mutation_gen --white
self.genes["gen2"] = mutation_gen --white
self.texture_no = mutation_gen -- white
self.genes["gen1"] = mutation_gen
self.genes["gen2"] = mutation_gen
self.texture_no = mutation_gen
end
end
mobkit.remember(self, "genes", self.genes)

Binary file not shown.

Binary file not shown.

View File

@ -62,7 +62,7 @@ chicken_spawn = true
chimp_spawn = true
pigeon_spawn = true
turtle_spawn = true
clownfish_spawn = false
clownfish_spawn = true
tropicalfish_spawn = true
wolf_spawn = true
elephant_spawn = true
@ -174,8 +174,9 @@ chicken_spawn_biome = default
##Chimp Specific
chimp_follow = default:blueberries
chimp_spawn_chance = 0.6
chicken_spawn_biome = default
chimp_spawn_chance = 0.8
chimp_spawn_nodes = default:dirt_with_rainforest_litter
chimp_spawn_biome = default
#Piggy Specific
piggy_follow = farming:wheat