* Fixed normalize_directions() for valves and simple pipes (fixes #6746)

* Added missing icons for hidden HE pipes and junctions (fixes #6636).
This commit is contained in:
Menshin
2015-01-02 10:35:12 +01:00
parent ac57c7007b
commit 910cfdaf6e
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)