what if slabs still show things even if ratvar is free? Does not fix "the sleeper" though

This commit is contained in:
Letter N
2020-08-07 11:25:36 +08:00
parent 333ca2cc7b
commit cc98f50eb6
2 changed files with 6 additions and 7 deletions
@@ -268,7 +268,7 @@
.["power_unformatted"] = get_clockwork_power()
.["HONOR_RATVAR"] = GLOB.ratvar_awakens
.["scripture"] = list()
for(var/s in GLOB.all_scripture)
for(var/s in GLOB.all_scripture) //don't block this, even when ratvar spawns for roundend griff.
var/datum/clockwork_scripture/S = GLOB.all_scripture[s]
if(S.tier == SCRIPTURE_PERIPHERAL) // This tier is skiped because this contains basetype stuff
continue
@@ -292,8 +292,6 @@
.["rec_binds"] = list()
for(var/i in 1 to maximum_quickbound)
if(GLOB.ratvar_awakens)
return
if(LAZYLEN(quickbound) < i || !quickbound[i])
.["rec_binds"] += list(list()) //a blank json.
else