From 2ed777a53e8514059d8f0e00562bb47a752cc70d Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Sun, 12 Aug 2012 01:00:40 -0700 Subject: [PATCH] Just committing my work before bed. --- code/TriDimension/Turfs.dm | 2 +- .../Cael_Aislinn => TriDimension}/multiz_pipe.dmi | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename code/{WorkInProgress/Cael_Aislinn => TriDimension}/multiz_pipe.dmi (100%) diff --git a/code/TriDimension/Turfs.dm b/code/TriDimension/Turfs.dm index 59342eb090..1e49e4dc80 100644 --- a/code/TriDimension/Turfs.dm +++ b/code/TriDimension/Turfs.dm @@ -75,7 +75,7 @@ atom/movable/Move() //Hackish attackby() return //nothing - proc/set_up() //Update the overlayss to make the openspace turf show what's down a level + proc/set_up() //Update the overlays to make the openspace turf show what's down a level if(!overlay_references) overlay_references = list() if(!floorbelow) return diff --git a/code/WorkInProgress/Cael_Aislinn/multiz_pipe.dmi b/code/TriDimension/multiz_pipe.dmi similarity index 100% rename from code/WorkInProgress/Cael_Aislinn/multiz_pipe.dmi rename to code/TriDimension/multiz_pipe.dmi