1 package org
.sevenchan
.dongs
3 import org
.sevenchan
.dongs
.screens
.InfoScreen
;
11 public var label
:String = "";
12 public var name
:String = "";
13 public var description
:String = "";
14 public var manaCost
:Number = 25;
15 public var cannotBeRestrainedToUse
:Boolean = true;
17 public function Ability
()
22 public function activate
(activator
:Creature
, rapee
:Creature
):Boolean {