mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Some code cleanup (#22949)
* kil meh * Datums can hold gases. e.g. pipelines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user