Browse Source

Fixed bogus name for male precum musk stat

tags/v0.7.0
Fen Dweller 8 years ago
parent
commit
9953a31024
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      game.js

+ 1
- 1
game.js View File

@@ -2613,7 +2613,7 @@ function male_spurt_musk(area) {

macro.addGrowthPoints(preyMass);

add_victim_people("emale-spurt-musk",prey);
add_victim_people("male-spurt-musk",prey);

update([line,linesummary,newline]);



Loading…
Cancel
Save