html moment (#51956)

This commit is contained in:
Bobbahbrown
2020-07-06 17:35:06 -03:00
committed by GitHub
parent 596a07a0a3
commit 787d44e077
5 changed files with 20 additions and 14 deletions

View File

@@ -113,7 +113,7 @@
data["restoring"] = restoring
data["health"] = (AI.health + 100) / 2
data["isDead"] = AI.stat == DEAD
data["laws"] = AI.laws.get_law_list(include_zeroth = 1)
data["laws"] = AI.laws.get_law_list(include_zeroth = TRUE, render_html = FALSE)
return data