mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-23 04:42:29 +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 cloth'),
|
||||||
_('not enough teeth'),
|
_('not enough teeth'),
|
||||||
_('not enough leather'),
|
_('not enough leather'),
|
||||||
|
_('not enough meat'),
|
||||||
_('the compass points east'),
|
_('the compass points east'),
|
||||||
_('the compass points west'),
|
_('the compass points west'),
|
||||||
_('the compass points north'),
|
_('the compass points north'),
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@ var Path = {
|
|||||||
openPath: function() {
|
openPath: function() {
|
||||||
Path.init();
|
Path.init();
|
||||||
Engine.event('progress', 'path');
|
Engine.event('progress', 'path');
|
||||||
Notifications.notify(Room, 'the compass points ' + World.dir);
|
Notifications.notify(Room, _('the compass points ' + World.dir));
|
||||||
},
|
},
|
||||||
|
|
||||||
getWeight: function(thing) {
|
getWeight: function(thing) {
|
||||||
|
|||||||
Reference in New Issue
Block a user