Potions added, and pink potion
[18plus-7leafadventure.git] / src / org / sevenchan / dongs / creature / Ala.as
blob40239d15f74a124e2d9548af121c1307637f32df
1 package org.sevenchan.dongs.creature
3 import org.sevenchan.dongs.Ability;
4 import org.sevenchan.dongs.ability.AbilityRegistry;
5 import org.sevenchan.dongs.bodyparts.Eye;
6 import org.sevenchan.dongs.bodyparts.Gender;
7 import org.sevenchan.dongs.Creature;
8 /**
9 * An ala or hala (plural: ale or hali) is a demon of bad weather recorded in
10 * the folklore of Bulgarians, Macedonians, and Serbs.
11 * (Monsterpedia)
13 * @author N3X15
15 public class Ala extends Creature
18 public function Ala()
20 abilities = [
21 AbilityRegistry.Sandstorm,
22 //AbilityRegistry.Lightning,
23 AbilityRegistry.Tornado
25 abilityUseProbability = 1;
26 this.arms = [];
27 this.legs = [];
28 this._assholes = [];
29 this._balls = [];
30 this._breasts = [];
31 this._dicks = [];
32 this._eyes = [
33 BodyPartRegistry.eyes.ghost_yellow,
34 BodyPartRegistry.eyes.ghost_yellow
36 this._gender = Gender.ASEXUAL;
37 this._wings = [];