Changeset - 90266e891072
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-17 17:08:23

Save name is disp, not nam
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
startup.lua
Show inline comments
 
@@ -158,6 +158,10 @@ game.use = function(s)
 
end;
 
game.inv = "INV: Если вы видите это сообщение -- это баг. ";
 

	
 
stead.savename = function()
 
    return stead.call(stead.here(), 'disp');
 
end
 

	
 
--[[
 
-- This function gathers all game info and returns room name for proper ending
 
 ]]
0 comments (0 inline, 0 general)