nclud / 2013.beercamp.com

MIT License
0 stars 1 forks source link

Increase Ammo #14

Closed peakpg closed 11 years ago

peakpg commented 11 years ago

When a character collects a beer, they should increase their ammo by 1 point.

mikemorris commented 11 years ago

Player.prototype.drink = function() { this.state.public.beer++; this.state.intoxication+= 5; }