Remove investigator card rotation handling from deck loader, since the spawner handles it now
This commit is contained in:
parent
258e8aec79
commit
a516175177
@ -129,9 +129,7 @@ end
|
||||
function Zones.getDefaultCardRotation(playerColor, zone)
|
||||
local deckRotation = getObjectFromGUID(playerMatGuids[playerColor]).getRotation()
|
||||
|
||||
if zone == "Investigator" then
|
||||
deckRotation = deckRotation + Vector(0, 270, 0)
|
||||
elseif zone == "Deck" then
|
||||
if zone == "Deck" then
|
||||
deckRotation = deckRotation + Vector(0, 0, 180)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user