Updated trashbag code a teeny tiny bit. Mostly just changing it to use proper text styles.

Added a world.log message when away missions are loaded.
Fixed a spelling error in stationCollision.dm.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4868 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-10-14 02:01:54 +00:00
parent e6296952fa
commit 65f4910c94
3 changed files with 21 additions and 22 deletions

View File

@@ -43,6 +43,7 @@ proc/createRandomZlevel()
world << "\red \b Loading away mission..."
var/map = pick(potentialRandomZlevels)
world.log << "away mission loaded: [map]"
var/file = file(map)
if(isfile(file))
maploader.load_map(file)