fixes a pair of dos vectors. this is apparently a day -1 patch! (#12511)

This commit is contained in:
deathride58
2020-06-12 11:54:18 -07:00
committed by GitHub
parent b3b67a6a4f
commit 245bf750c7
4 changed files with 21 additions and 3 deletions
@@ -396,6 +396,12 @@
return aicamera.selectpicture(user)
/mob/living/silicon/proc/ai_roster()
if(!client)
return
if(world.time < client.crew_manifest_delay)
return
client.crew_manifest_delay = world.time + (1 SECONDS)
var/dat = "<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'><title>Crew Roster</title></head><body><b>Crew Roster:</b><br><br>"
dat += GLOB.data_core.get_manifest()