Merge pull request #6749 from Menshin/valve_he_icons_fix

Some atmos icons fixes
This commit is contained in:
tkdrg
2015-01-03 19:38:52 -03:00
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -46,9 +46,9 @@
return
/obj/machinery/atmospherics/binary/valve/proc/normalize_dir()
if(dir==3)
if(dir==2)
dir = 1
else if(dir==12)
else if(dir==8)
dir = 4
/obj/machinery/atmospherics/binary/valve/attack_ai(mob/user)
+2 -2
View File
@@ -116,9 +116,9 @@ The regular pipe you see everywhere, including bent ones.
qdel(src)
/obj/machinery/atmospherics/pipe/simple/proc/normalize_dir()
if(dir==3)
if(dir==2)
dir = 1
else if(dir==12)
else if(dir==8)
dir = 4
/obj/machinery/atmospherics/pipe/simple/update_icon()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 883 B

After

Width:  |  Height:  |  Size: 3.1 KiB