Further atmos changes

mixers and filters no longer have density = 1, so mobs can walk over
them.
new item: pipe freezer, can temporarily freeze pipes to allow
unwrenching when over the threshold internal pressure
note: has a temporary skin of hand labeler, needs a new sprite really.
This commit is contained in:
Bone White
2014-08-11 17:45:18 +01:00
parent 14f3bc7529
commit ea1feb41dd
4 changed files with 49 additions and 5 deletions
@@ -1,7 +1,7 @@
obj/machinery/atmospherics/trinary/filter
icon = 'icons/obj/atmospherics/filter.dmi'
icon_state = "intact_off"
density = 1
density = 0
name = "Gas filter"
@@ -1,7 +1,7 @@
obj/machinery/atmospherics/trinary/mixer
icon = 'icons/obj/atmospherics/mixer.dmi'
icon_state = "intact_off"
density = 1
density = 0
name = "Gas mixer"