Browse Source

use male or female elk texture randomly

master
poikilos 6 years ago
committed by Jacob Gustafson
parent
commit
3df40e73b0
  1. 5
      patches/Bucket_Game-patched/mods/codermobs/codermobs/elk.lua

5
patches/Bucket_Game-patched/mods/codermobs/codermobs/elk.lua

@ -92,7 +92,10 @@ mobs_param.core_param = {
collisionbox = { -0.70, -1.10, -0.70, 0.70, 0.80, 0.70 } ,
mesh = msname .. ".b3d" ,
textures = {{ msname .. "_male.png" }} ,
textures = {
{ msname .. "_male.png" },
{ msname .. "_female.png"}
},
visual = "mesh" ,
sounds = {

Loading…
Cancel
Save