Blockland Forums > General Discussion

Shark Holes - Cool Shark?

Pages: (1/5) > >>

Cuddles le Bear:

There are rumors going around that rarely when a Shark spawns it will have Sunglasses on. When it eats someone, the death message appears as "Cool Shark".
Does this even exist?

Masterlegodude:


--- Code: ---function delaySharkCheck(%obj)
{
if(isObject(%obj))
{
if(!getRandom(0,50) || %obj.name $= "Cool Shark")
{
%obj.setNodeColor("helmet","0.2 0.2 0.2 1");
%obj.setNodeColor("visor", "0.2 0.2 0.2 1");
%obj.unHideNode(helmet);
%obj.unHideNode(visor);
%obj.name = "Cool Shark";

%obj.hat =  "1";
%obj.accent =  "1";
}
}
}
--- End code ---

Yes

Cuddles le Bear:


--- Quote from: Masterlegodude on March 15, 2013, 08:21:08 PM ---
--- Code: ---function delaySharkCheck(%obj)
{
if(isObject(%obj))
{
if(!getRandom(0,50) || %obj.name $= "Cool Shark")
{
%obj.setNodeColor("helmet","0.2 0.2 0.2 1");
%obj.setNodeColor("visor", "0.2 0.2 0.2 1");
%obj.unHideNode(helmet);
%obj.unHideNode(visor);
%obj.name = "Cool Shark";

%obj.hat =  "1";
%obj.accent =  "1";
}
}
}
--- End code ---

Yes

--- End quote ---
Well, I would like more proof, maybe Snapshots. But I'm not exactly sure if it exists. This might its code.

Ipquarx:

I have checked the code, and can confirm that this happens.

ninja'd :/

Bester Bageler:

The sun glass sharks used to exist. But a terrible drought like the art illustration below wiped them all out.

The only proof we have that they ever existed now is there fossilized remains.


Pages: (1/5) > >>

Go to full version