mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Add «not enough meat» and fix my «compass» commit.
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
_('not enough cloth'),
|
||||
_('not enough teeth'),
|
||||
_('not enough leather'),
|
||||
_('not enough meat'),
|
||||
_('the compass points east'),
|
||||
_('the compass points west'),
|
||||
_('the compass points north'),
|
||||
|
||||
+1
-1
@@ -57,7 +57,7 @@ var Path = {
|
||||
openPath: function() {
|
||||
Path.init();
|
||||
Engine.event('progress', 'path');
|
||||
Notifications.notify(Room, 'the compass points ' + World.dir);
|
||||
Notifications.notify(Room, _('the compass points ' + World.dir));
|
||||
},
|
||||
|
||||
getWeight: function(thing) {
|
||||
|
||||
Reference in New Issue
Block a user