Switch to edit mode.
Name(s): phobias_maint1: if (caller_perms() != $eve)
2: return E_PERM
3: endif
4: maint = {"phobias_mutations", "phobias_things", "phobias_animals", "phobias_insects", "phobias_reptiles", "phobias_room"}
5: for m in (maint)
6: new_phob = {}
7: for p in (this.(m))
8: p[3] = random(3)
9: new_phob = {@new_phob, p}
10: seconds_left() < 2 || ticks_left() < 1000 ? suspend(0) | 0
11: endfor
12: this.(m) = new_phob
13: endfor
14: "Last modified by Eve (#2633) on Fri Sep 22 06:47:01 2000 MDT."