Switch to edit mode.
Name(s): reap1: $perm_utils:can_hack() || raise(E_PERM) 2: this:_kick(this) 3: for meal in (this.items) 4: if (meal:isa($food) && time() > meal.spoil_time) 5: meal:sub_announce_all($msg:substitute(meal, "%T suddenly disintegrates into a pile of dust and blows away.")) 6: `$recycler:recycle(meal) ! E_PERM' 7: endif 8: endfor 9: this:_kick(this)