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
+1 -1
View File
@@ -66,7 +66,7 @@
var/list/data = list()
if(AI)
data["name"] = AI.name
data["laws"] = AI.laws.get_law_list(include_zeroth = 1)
data["laws"] = AI.laws.get_law_list(include_zeroth = TRUE, render_html = FALSE)
data["health"] = (AI.health + 100) / 2
data["wireless"] = !AI.control_disabled //todo disabled->enabled
data["radio"] = AI.radio_enabled