Merge remote-tracking branch 'upstream/dev-freeze' into dev

This commit is contained in:
PsiOmega
2015-05-17 11:30:04 +02:00
3 changed files with 7 additions and 1 deletions

View File

@@ -19,4 +19,5 @@ install:
script: script:
- shopt -s globstar - shopt -s globstar
- (! grep 'step_[xy]' maps/**/*.dmm) - (! grep 'step_[xy]' maps/**/*.dmm)
- (! find nano/templates/ -type f -exec md5sum {} + | sort | uniq -D -w 32 | grep nano)
- DreamMaker baystation12.dme - DreamMaker baystation12.dme

View File

@@ -34,7 +34,7 @@
sparks.set_up(3, 0, get_turf(M)) sparks.set_up(3, 0, get_turf(M))
sparks.start() sparks.start()
// //
M.loc = pick(orange(get_turf(T), 50)) M.Move(pick(trange(50, get_turf(holder))))
sparks = new /datum/effect/effect/system/spark_spread() sparks = new /datum/effect/effect/system/spark_spread()
sparks.set_up(3, 0, get_turf(M)) sparks.set_up(3, 0, get_turf(M))
sparks.start() sparks.start()

View File

@@ -0,0 +1,5 @@
author: PsiOmegaDelta
delete-after: True
changes:
- bugfix: "Teleporter artifacts should no longer teleport mobs inside objects."