330 @verb #7784:"description" this none this rxdo #9838 @program #7784:"description" this none this desc = {pass(@args)} if (this.frozen) return "A plant in cryogenic stasis." elseif (this.dehydrated) addon = $gender_utils:pronoun(this, "psc") + " is shriveled. " + $gender_utils:pronoun(this, "psc") + " died due to dehydration." return {@desc, addon} elseif (this.drowned) addon = $gender_utils:pronoun(this, "psc") + " appears dead, but otherwise all right. " + $gender_utils:pronoun(this, "psc") + " died due to drowning." return {@desc, addon} else if (this.water > 5) this.water = 5 endif addon = $gender_utils:pronoun(this, "psc") + this.water_states[this.water + 1] return {@desc, addon} endif "Last modified by canadian_2000 (#9838) on Sat Apr 24 06:37:21 2004 MDT." . 0