1 package org
.sevenchan
.dongs
.ability
3 import org
.sevenchan
.dongs
.Ability
;
4 import org
.sevenchan
.dongs
.Creature
;
5 import org
.sevenchan
.dongs
.screens
.InfoScreen
;
11 public class Rainstorm
extends Ability
14 public function Rainstorm
()
16 this.description
= "";
17 this.label
= "Rainstorm";
18 this.name
= "Rainstorm";
20 this.cannotBeRestrainedToUse
= false;
23 override public function activate
(activator
:Creature
, rapee
:Creature
):Boolean
27 InfoScreen
.push
("<p>The great beast laughs, and a heavy downpour begins. The ground muddies almost immediately, causing you to lose your footing.</p>");