1 package org
.sevenchan
.dongs
.items
3 import org
.sevenchan
.dongs
.Item
;
6 * Keeps your fat ass from getting blown away by the Ala.
9 public class AnchorStone
extends Item
12 public function AnchorStone
(num
:uint=0)
15 this.descr
= "A small pebble with a black streak running through it.";
17 this.name
= "Anchor Stone";
21 override public function copy
():Item
23 return new AnchorStone
(amount
);