651 bytes added
, 02:28, 1 September 2014
{{code}}
IsEnormous is a script tag found within char.dat. It is only used to immediately state that a character cannot be transparent. Any further implications are unknown and unimplemented.
Current enormous characters:
*[[Buffalo]]
*[[Bear|Cave bears and polar bears]]
*[[carnivorous plant|Giant carnivorous plant]]
*[[frog|Giant dark/light frog]]
*[[Golem]]
*[[Huang Ming Pong]]
*[[Ivan]]
*[[Mammoth]]
*[[Two-headed moose]]
*[[Ur-khan]] the orc marshal
<pre>
truth character::IsTransparent() const
{
return !IsEnormous() || GetTorso()->GetMainMaterial()->IsTransparent() || StateIsActivated(INVISIBLE);
}
</pre>
[[category:Game Mechanics]]