Potions added, and pink potion
[18plus-7leafadventure.git] / src / org / sevenchan / dongs / items / Potion.as
blobd411471640292bb9a7e3683a899e30f477c5b7a6
1 package org.sevenchan.dongs.items
3 import org.sevenchan.dongs.Item;
4 import org.sevenchan.dongs.Utils;
6 /**
7 * ...
8 * @author N3X15
9 */
10 public class Potion extends Item
13 public function Potion(num:uint = 0)
15 super(num);
18 public function setDescr(fluidDescr:String):void {
19 descr = Utils.A(fluidDescr, true) + " liquid in a clear glass vial that feels warm in your hands.";