1 package org
.sevenchan
.dongs
.items
3 import org
.sevenchan
.dongs
.Item
;
9 public class DarkHarpyEgg
extends Item
12 public function DarkHarpyEgg
(num
:uint = 0)
15 this.descr
= "A jet-black egg the size of your head with faint, purple veins running through it.";
17 this.name
= "Dark Harpy Egg";
21 override public function copy
():Item
23 return new DarkHarpyEgg
(amount
);