Adds ghost visible countdowns for bombs

🆑 coiax
rscadd: For extra observer drama, ghosts can now visibly see the
countdown of various explosives.
/🆑

- Also updates my build script to take account of the move of dm.sh
This commit is contained in:
Jack Edge
2016-06-02 11:06:59 +01:00
parent 16c77c484c
commit 2df2c6334f
4 changed files with 59 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ def stage2(map):
txt = "-M{}".format(map)
else:
txt = ''
args = "bash dm.sh {} tgstation.dme".format(txt)
args = "bash tools/travis/dm.sh {} tgstation.dme".format(txt)
print(args)
p = subprocess.Popen(args, shell=True)
wait(p)