mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Fix the room is fire.
Typo of the game.temerature.text instead of game.fire.text
This commit is contained in:
+1
-1
@@ -549,7 +549,7 @@ var Room = {
|
||||
onArrival: function(transition_diff) {
|
||||
Room.setTitle();
|
||||
if(Room.changed) {
|
||||
Notifications.notify(Room, _("the fire is {0}", $SM.get('game.temperature.text')));
|
||||
Notifications.notify(Room, _("the fire is {0}", $SM.get('game.fire.text')));
|
||||
Notifications.notify(Room, _("the room is {0}", $SM.get('game.temperature.text')));
|
||||
Room.changed = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user