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")
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user