updated clean up helper doom resetting
This commit is contained in:
parent
808b6c45d2
commit
9b90d58e57
@ -175,7 +175,7 @@ function resetDoomCounter()
|
||||
-- reset subtractDoom setting
|
||||
local doomInPlayCounter = guidReferenceApi.getObjectByOwnerAndType("Mythos", "DoomInPlayCounter")
|
||||
if doomInPlayCounter ~= nil then
|
||||
doomInPlayCounter.call("toggleSubtractDoom", true)
|
||||
doomInPlayCounter.call("toggleSubtractDoom", false)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user