cosimotaiuti commited on
Commit
e208c60
·
verified ·
1 Parent(s): c75a704

Update static/game/elmnts/girlfriend.js

Browse files
Files changed (1) hide show
  1. static/game/elmnts/girlfriend.js +1 -1
static/game/elmnts/girlfriend.js CHANGED
@@ -81,7 +81,7 @@ class Girlfriend extends Character {
81
  }
82
  switch (response.action) {
83
  case "go":
84
- playSound('gfMove.mp3');
85
  this.moveToRoom(response.target);
86
  break;
87
  case "hide":
 
81
  }
82
  switch (response.action) {
83
  case "go":
84
+ playSound('gfMoveSnd');
85
  this.moveToRoom(response.target);
86
  break;
87
  case "hide":