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

This commit is contained in:
deathride58
2020-06-12 14:54:18 -04:00
committed by GitHub
parent b3b67a6a4f
commit 245bf750c7
4 changed files with 21 additions and 3 deletions
@@ -717,6 +717,12 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
set name = "View Crew Manifest"
set category = "Ghost"
if(!client)
return
if(world.time < client.crew_manifest_delay)
return
client.crew_manifest_delay = world.time + (1 SECONDS)
var/dat
dat += "<h4>Crew Manifest</h4>"
dat += GLOB.data_core.get_manifest()