Skip to content

Commit

Permalink
Nuking stim value for adrenalinator!
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivet-the-Zombie committed Feb 12, 2014
1 parent c557aa9 commit 7cc0f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bionics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ void player::activate_bionic(int b)
g->add_msg(_("You activate your adrenaline pump."));
if (has_disease("adrenaline")) {
add_disease("adrenaline", 50);
stim += 40;
} else {
add_disease("adrenaline", 200);
}
Expand Down

0 comments on commit 7cc0f10

Please sign in to comment.