<html><head><title>File fungus.c
</title></head><body bgcolor="#ffffff" TEXT="#000030" LINK="#4a529c" VLINK="#b57339">[ <a href="index.html">Package Index</a></code> | <a href="index_std.html">Mudlib Index</a></code> | <a href="index_eff.html">Effect Index</a></code> ]<br><hr><h2>Inherits</h2>
This class inherits the following classes <a href="obj.food.c.html">/obj/food.c</a><hr><h2>Includes</h2>
This class includes the following files <a href="include.move_failures.h.html">/include/move_failures.h</a><hr><h2>Method index</h2>
<dl><dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#do_get"><b>do_get</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#do_pick"><b>do_pick</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#do_take"><b>do_take</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#init_dynamic_arg"><b>init_dynamic_arg</b></a>(mapping, )<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#make_spore"><b>make_spore</b></a>(object)<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#next_stage"><b>next_stage</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_adjs"><b>query_adjs</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_delay"><b>query_delay</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_extra"><b>query_extra</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_growing"><b>query_growing</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_large_weight"><b>query_large_weight</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_medium_short"><b>query_medium_short</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_messages"><b>query_messages</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_stage"><b>query_stage</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_static_auto_load"><b>query_static_auto_load</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#query_type"><b>query_type</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#set_adjs"><b>set_adjs</b></a>(string)<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#set_delay"><b>set_delay</b></a>(int)<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#set_extra"><b>set_extra</b></a>(string)<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#set_large_weight"><b>set_large_weight</b></a>(int)<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#set_messages"><b>set_messages</b></a>(string *)<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#set_stage"><b>set_stage</b></a>(int)<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#set_type"><b>set_type</b></a>(string)<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#setup_spore"><b>setup_spore</b></a>()<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#test_non_spore"><b>test_non_spore</b></a>(object)<dt><img src="images/cyan-ball-small.gif" height=6 width=6 alt=" o ">
<a href="#too_heavy_mess"><b>too_heavy_mess</b></a>(object)</dl><hr><h2>Public Functions</h2>
These are functions that everyone can access.<p><dl>
.<dt><a name="do_get">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>do_get</b></a><pre>
int do_get()
</pre>
<dt><a name="do_pick">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>do_pick</b></a><pre>
int do_pick()
</pre>
<dt><a name="do_take">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>do_take</b></a><pre>
int do_take()
</pre>
<dt><a name="init_dynamic_arg">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>init_dynamic_arg</b></a><pre>
void init_dynamic_arg(mapping args,
object)
</pre>
<dt><a name="make_spore">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>make_spore</b></a><pre>
object make_spore(object place)
</pre>
<dt><a name="next_stage">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>next_stage</b></a><pre>
void next_stage()
</pre>
<dt><a name="query_adjs">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_adjs</b></a><pre>
string query_adjs()
</pre>
<dt><a name="query_delay">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_delay</b></a><pre>
int query_delay()
</pre>
<dt><a name="query_extra">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_extra</b></a><pre>
string query_extra()
</pre>
<dt><a name="query_growing">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_growing</b></a><pre>
int query_growing()
</pre>
<dt><a name="query_large_weight">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_large_weight</b></a><pre>
int query_large_weight()
</pre>
<dt><a name="query_medium_short">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_medium_short</b></a><pre>
string query_medium_short()
</pre>
<dt><a name="query_messages">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_messages</b></a><pre>
string * query_messages()
</pre>
<dt><a name="query_stage">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_stage</b></a><pre>
int query_stage()
</pre>
<dt><a name="query_static_auto_load">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_static_auto_load</b></a><pre>
mapping query_static_auto_load()
</pre>
<dt><a name="query_type">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>query_type</b></a><pre>
string query_type()
</pre>
<dt><a name="set_adjs">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>set_adjs</b></a><pre>
void set_adjs(string words)
</pre>
<dt><a name="set_delay">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>set_delay</b></a><pre>
void set_delay(int number)
</pre>
<dt><a name="set_extra">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>set_extra</b></a><pre>
void set_extra(string words)
</pre>
<dt><a name="set_large_weight">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>set_large_weight</b></a><pre>
void set_large_weight(int number)
</pre>
<dt><a name="set_messages">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>set_messages</b></a><pre>
void set_messages(string * words)
</pre>
<dt><a name="set_stage">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>set_stage</b></a><pre>
void set_stage(int number)
</pre>
<dt><a name="set_type">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>set_type</b></a><pre>
void set_type(string word)
</pre>
<dt><a name="setup_spore">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>setup_spore</b></a><pre>
void setup_spore()
</pre>
<dt><a name="test_non_spore">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>test_non_spore</b></a><pre>
int test_non_spore(object thing)
</pre>
<dt><a name="too_heavy_mess">
<img src="images/cyan-ball.gif" width=12 height=12 alt=" * "><b>too_heavy_mess</b></a><pre>
void too_heavy_mess(object thing)
</pre>
</dl>
<hr>
<center><font size="-1"><a href="http://discworld.imaginary.com/login.html">Discworld MUD</a>'s distribution world wide web pages.<br>brought to you by<br><strong>Cut Me Own Throat Dibbler's <a href="http://discworld.imaginary.com/sausages.html">Sensational Sausages</a>; buy one while they are hot.</strong><br>File last modified: Tue, 14 Oct 2003 16:48:55 GMT<br>
<hr>Lost? Try Discworld's <a href="http://discworld.imaginary.com/">home page</a>.</center></body></html>