Added additional instruction to doom counter

This commit is contained in:
Chr1Z93 2024-10-05 18:18:39 +02:00
parent 3bbece0d06
commit c25c9f132c

View File

@ -90,6 +90,7 @@ function broadcastDoom(val)
local doomInPlayCounter = guidReferenceApi.getObjectByOwnerAndType("Mythos", "DoomInPlayCounter")
if doomInPlayCounter and md.subtractDoomInPlay then
doomInPlayCounter.call("toggleSubtractDoom", true)
printToAll("Right-click the small 'Doom in Play' counter and select 'Toggle Doom Mode' to change this.")
end
local doomInPlay = doomInPlayCounter and doomInPlayCounter.call("getDoomCount") or 0
local totalDoom = val + doomInPlay