mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-27 14:52:29 +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) {
|
onArrival: function(transition_diff) {
|
||||||
Room.setTitle();
|
Room.setTitle();
|
||||||
if(Room.changed) {
|
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')));
|
Notifications.notify(Room, _("the room is {0}", $SM.get('game.temperature.text')));
|
||||||
Room.changed = false;
|
Room.changed = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user