feartheblackout
2024-07-08 12:49:06 +00:00
committed by GitHub
parent 856d9b9468
commit 10b857596e
2 changed files with 70 additions and 0 deletions
@@ -303,6 +303,18 @@ var/list/gear_datums = list()
break
else
temp_html += ", "
if(G.whitelisted)
temp_html += "</font><font size = 1>(Valid species: "
var/species_count = 0
for(var/valid_species in G.whitelisted)
temp_html += "[valid_species]"
species_count++
if(species_count == G.whitelisted.len)
temp_html += ") "
break
else
temp_html += ", "
temp_html += "</font></td></tr>"
if(ticked)