Merge pull request #5431 from Neerti/rcd_space_fix

Fixes RCD runtime
This commit is contained in:
Anewbe
2018-07-23 10:07:52 -05:00
committed by VirgoBot
parent 115bfa2dc3
commit cdf4faede3
3 changed files with 6 additions and 6 deletions

View File

@@ -213,5 +213,5 @@
A.loc.Entered(A)
return
/turf/space/ChangeTurf(var/turf/N, var/tell_universe=1, var/force_lighting_update = 0)
return ..(N, tell_universe, 1)
/turf/space/ChangeTurf(var/turf/N, var/tell_universe, var/force_lighting_update, var/preserve_outdoors)
return ..(N, tell_universe, 1, preserve_outdoors)