Fix hair, dick around with new game screen.
[18plus-7leafadventure.git] / src / org / sevenchan / dongs / screens / Rape.as
blobff9e3c0f38c58bee58e2045ae742b0bb3949094f
1 package org.sevenchan.dongs.screens
3 import org.sevenchan.dongs.Creature;
4 import org.sevenchan.dongs.MenuNode;
6 /**
7 * Just use the menus presented by the creature.
8 * @author Harbinger
9 */
10 public class Rape extends Encounter
12 public function Rape(target:Creature)
14 super(target);
15 lustCost = 3;
16 currentItem.clearChildren();
17 target.onRape(main.player,this);
20 public function setText(t:String):void { text = t;}
22 override public function onStartupScreen():void
24 text = currentItem.content;