fixed some auto-formatting
This commit is contained in:
parent
8cc5170c10
commit
c13582f5b0
@ -89,8 +89,7 @@ function onLoad(saveState)
|
||||
percentage = false
|
||||
else
|
||||
percentage = "basic"
|
||||
broadcastToAll("Percentages are unreliable when using tokens that draw other tokens (bless or curse for example).",
|
||||
"Yellow")
|
||||
broadcastToAll("Percentages are unreliable when using tokens that draw other tokens (bless or curse for example).", "Yellow")
|
||||
end
|
||||
layout()
|
||||
end)
|
||||
@ -101,8 +100,7 @@ function onLoad(saveState)
|
||||
else
|
||||
percentage = "cumulative"
|
||||
end
|
||||
broadcastToAll("Percentages are unreliable when using tokens that draw other tokens (bless or curse for example).",
|
||||
"Yellow")
|
||||
broadcastToAll("Percentages are unreliable when using tokens that draw other tokens (bless or curse for example).", "Yellow")
|
||||
layout()
|
||||
end)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user