Spaces:
Running
Running
cosimotaiuti
commited on
Update static/game/elmnts/girlfriend.js
Browse files
static/game/elmnts/girlfriend.js
CHANGED
@@ -81,7 +81,7 @@ class Girlfriend extends Character {
|
|
81 |
}
|
82 |
switch (response.action) {
|
83 |
case "go":
|
84 |
-
playSound('
|
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":
|