Exemplo n.º 1
0
 public void consume(Living l) {
   l.addSp(50 + Dice.random(30));
   l.remove(this);
   l.notice("You quaff the " + colour + " potion.");
 }