Closed peakpg closed 11 years ago
When a character collects a beer, they should increase their ammo by 1 point.
Player.prototype.drink = function() { this.state.public.beer++; this.state.intoxication+= 5; }
When a character collects a beer, they should increase their ammo by 1 point.