From 9953a310246a5dd964f22452b26c77582f111aff Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 31 May 2018 17:11:04 -0400 Subject: [PATCH] Fixed bogus name for male precum musk stat --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index db47a23..98f31db 100644 --- a/game.js +++ b/game.js @@ -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]);