Jump to content

A rabbit came out of a prestihatitator?


grekon

Recommended Posts

So I made a prestihatitator and then I went to collect some evil flowers. Once that was done I went back to my desert base to prototype nightmare fuel and ice staff. So I refined the evil flowers into the fuel and then I took out a blue gem out of a chest and walked up to the prestihatitator again. The instant I made the the ice staff a rabbit popped out of nowhere. When I first saw the rabbit I thought my machine broke but then I realized that was not the case. Now I have a rabbit in a desert while a closest rabbit hole is 2 screens away.

 

This save was made like 10 days ago. This is the first world and I use Always on status and RPG hud mods. I even walked around the whole area to check for a rabbit hole. However he doesn't run to any hole he is homeless and in this play through I caught only 4 rabbits just to make the prestihatitator and nothing more. 

 

Very confused O.O. This has never happened before!

post-670640-0-59665600-1442500200_thumb.

Since when was this implemented cuz I played for over half a year now and this is my first time ever hearing about this?

 

Not sure, but here is the code from magicprototyper.lua

 

local function spawnrabbits(inst)

    if math.random() <= 0.1 then --that is a 10 % chance

        local pt = inst:GetPosition()

        local rabbit = SpawnPrefab("rabbit")

        rabbit.Transform:SetPosition(pt.x, pt.y, pt.z)

    end

end

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...