Skip to content

Commit

Permalink
Fixed valves
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed Dec 12, 2014
1 parent 6bd7d1f commit f48e9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/ATMOSPHERICS/components/valve.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@

/obj/machinery/atmospherics/binary/valve/proc/open()
open = 1
update_icon_nopipes()
parent1.update = 0
parent2.update = 0
return

/obj/machinery/atmospherics/binary/valve/proc/close()
open = 0
update_icon_nopipes()
return

/obj/machinery/atmospherics/binary/valve/proc/normalize_dir()
Expand Down
Binary file modified icons/obj/atmospherics/binary_devices.dmi
Binary file not shown.

0 comments on commit f48e9fc

Please sign in to comment.