Skip to content

Commit

Permalink
Correction of coordinates for Quadruped Red Bird
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Jan 15, 2024
1 parent 116cc06 commit c4c96ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion housing/propertyList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ table.insert(M.properties, {name = "Sixth Earth Apartment", lower = position(893
table.insert(M.properties, {name = "Cottage", "Landhaus", lower = position(785,795,0), upper = position(792,789,0)})
table.insert(M.properties, {name = "Quadruped Red Bird", lower = position(740,795,0), upper = position(755,803,0)})
table.insert(M.properties, {name = "Quadruped Red Bird", lower = position(741,795,1), upper = position(745,799,1)})
table.insert(M.properties, {name = "Quadruped Red Bird", lower = position(741,796,2), upper = position(744,799,2)})
table.insert(M.properties, {name = "Quadruped Red Bird", lower = position(741,795,2), upper = position(745,799,2)})
--Galmair houses
table.insert(M.properties, {name = "House of Malachite", lower = position(367,309,0), upper = position(377,323,0)})
table.insert(M.properties, {name = "Villa Goldvein", lower = position(294,269,0), upper = position(309,281,0)})
Expand Down

0 comments on commit c4c96ac

Please sign in to comment.