Added additional instruction to doom counter
This commit is contained in:
parent
3bbece0d06
commit
c25c9f132c
@ -90,6 +90,7 @@ function broadcastDoom(val)
|
|||||||
local doomInPlayCounter = guidReferenceApi.getObjectByOwnerAndType("Mythos", "DoomInPlayCounter")
|
local doomInPlayCounter = guidReferenceApi.getObjectByOwnerAndType("Mythos", "DoomInPlayCounter")
|
||||||
if doomInPlayCounter and md.subtractDoomInPlay then
|
if doomInPlayCounter and md.subtractDoomInPlay then
|
||||||
doomInPlayCounter.call("toggleSubtractDoom", true)
|
doomInPlayCounter.call("toggleSubtractDoom", true)
|
||||||
|
printToAll("Right-click the small 'Doom in Play' counter and select 'Toggle Doom Mode' to change this.")
|
||||||
end
|
end
|
||||||
local doomInPlay = doomInPlayCounter and doomInPlayCounter.call("getDoomCount") or 0
|
local doomInPlay = doomInPlayCounter and doomInPlayCounter.call("getDoomCount") or 0
|
||||||
local totalDoom = val + doomInPlay
|
local totalDoom = val + doomInPlay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user