Some code cleanup (#22949)

* kil meh

* Datums can hold gases. e.g. pipelines
This commit is contained in:
Cyberboss
2017-01-14 11:51:32 +13:00
committed by oranges
parent ed06acafd8
commit 81b889264e
2 changed files with 2 additions and 2 deletions
@@ -38,7 +38,7 @@ var/list/gaslist_cache = null
var/volume //liters
var/last_share
var/tmp/fuel_burnt
var/atom/holder
var/datum/holder
/datum/gas_mixture/New(volume = CELL_VOLUME)
..()
@@ -3,7 +3,7 @@
desc = "It measures something."
icon = 'icons/obj/meter.dmi'
icon_state = "meterX"
var/obj/machinery/atmospherics/pipe/target = null
var/atom/target = null
anchored = 1
power_channel = ENVIRON
var/frequency = 0