From 6abaaa7e00c46a862a1363072a23ab473026267d Mon Sep 17 00:00:00 2001 From: Buhallin Date: Thu, 17 Nov 2022 01:48:59 -0800 Subject: [PATCH] Move Minicard spawn zone so they're not on top of the new stat trackers --- src/playermat/Zones.ttslua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playermat/Zones.ttslua b/src/playermat/Zones.ttslua index bdd6a6b4..beb0bfe5 100644 --- a/src/playermat/Zones.ttslua +++ b/src/playermat/Zones.ttslua @@ -27,7 +27,7 @@ playerMatGuids["Green"] = "383d8b" commonZones = {} commonZones["Investigator"] = { -1.17702, 0, 0.00209 } -commonZones["Minicard"] = { -0.4668214, 0, -1.222326 } +commonZones["Minicard"] = { -0.16, 0, -1.222326 } commonZones["Deck"] = { -1.822724, 0, -0.02940192 } commonZones["Discard"] = { -1.822451, 0, 0.6092291 } commonZones["Ally"] = { -0.6157398, 0, 0.02435675 }