class HealingPotion

Is a potion. More...

Definition#include <healingpotion.h>
InheritsPotion
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

Is a potion. Restores HP when sipped. Could also restore any other DepletablePoints.

void hookUp (DepletablePoints *toThis)

Makes this potion set to restore toThis.

DepletablePoints * restores

The DepletablePoints which this HealingPotion restores.

int sip ()
[virtual]

Returns that it is a restoration potion.