From 185e4c3c861dad278361c62a09346ccc31f1fbd2 Mon Sep 17 00:00:00 2001 From: Blake Grotewold Date: Wed, 16 Jul 2014 18:57:34 -0400 Subject: [PATCH] Fix the room is fire. Typo of the game.temerature.text instead of game.fire.text --- script/room.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/room.js b/script/room.js index 8701755..841bdcd 100644 --- a/script/room.js +++ b/script/room.js @@ -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; }