lib/IFMapper/FXSection.rb in ifmapper-0.9.9 vs lib/IFMapper/FXSection.rb in ifmapper-1.0.0
- old
+ new
@@ -17,10 +17,10 @@
c = FXConnection.new( roomA, roomB )
return _new_connection(c, roomA, exitA, roomB, exitB)
end
def new_room(x, y)
- r = FXRoom.new( x, y, 'New Location' )
+ r = FXRoom.new( x, y, MSG_NEW_LOCATION )
return _new_room(r, x, y)
end
def properties(map)
if not @win