Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Fixes a commit bug concerning rat health
Browse files Browse the repository at this point in the history
  • Loading branch information
sedrik committed Jul 8, 2012
1 parent 865025c commit f1c03c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browserquest_srv/src/browserquest_srv_mob.erl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ do_init(?RAT, State) ->
{?BURGER, 15},
{?FLASK, 55}],

State#state{hitpoints = 2500,
State#state{hitpoints = 25,
item = item(Drops, random:uniform(100)),
armor = ?CLOTHARMOR,
range = 1,
Expand Down

0 comments on commit f1c03c9

Please sign in to comment.