1 package org
.sevenchan
.dongs
.towns
5 * Used for masturbation scene selection, and other biome-specific text
10 public static const WOODS
:Biome
= new Biome
("woods");
11 public static const PLAINS
:Biome
= new Biome
("plains");
12 public static const BEACH
:Biome
= new Biome
("beach");
13 public static const JUNGLE
:Biome
= new Biome
("jungle");
14 public static const MOUNTAINS
:Biome
= new Biome
("mountains");
15 public static const CAVE
:Biome
= new Biome
("cave");
17 public var name
:String = "";
19 public function Biome
(name
:String)