Cryotubes & freezers work from any direction.

Mappers, make sure the direction is set correctly!

Updated the map so the existing freezers ain't broke.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2582 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2011-11-30 17:05:56 +00:00
parent 80607987da
commit 514d4e15d9
4 changed files with 2280 additions and 2281 deletions
+2 -2
View File
@@ -10,12 +10,12 @@
New()
..()
initialize_directions = NORTH
initialize_directions = dir
initialize()
if(node) return
var/node_connect = NORTH
var/node_connect = dir
for(var/obj/machinery/atmospherics/target in get_step(src,node_connect))
if(target.initialize_directions & get_dir(target,src))
+2 -2
View File
@@ -20,11 +20,11 @@
New()
..()
build_icon()
initialize_directions = SOUTH
initialize_directions = dir
initialize()
if(node) return
var/node_connect = SOUTH
var/node_connect = dir
for(var/obj/machinery/atmospherics/target in get_step(src,node_connect))
if(target.initialize_directions & get_dir(target,src))
node = target
Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 58 KiB

+2276 -2277
View File
File diff suppressed because it is too large Load Diff