Skip to content

Commit 5dd23e0

Browse files
committed
Add enthusiasm to the log
1 parent 437f36b commit 5dd23e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/engine/game.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
Game.prototype.getStatus = function () {
8686
var lines = [];
8787

88+
lines.push('Enthusiasm:');
89+
lines.push(_.map(this.heroines, function (heroine) {
90+
return heroine.enthusiasm;
91+
}).join(' '));
92+
8893
lines.push('Real Love:');
8994
_.each(this.heroines, function (heroine) {
9095
lines.push(heroine.realLove.join(' '));

0 commit comments

Comments
 (0)