Removes insulated pipes and some related variables (#24156)

* Removes insulated pipes

* Fixes some issues

* This is a better layout

* Removes the datum

* Removes defines

* Sean review
This commit is contained in:
DGamerL
2024-02-25 12:16:02 +01:00
committed by GitHub
parent 5c2f3170f5
commit d0c4dbfab3
15 changed files with 147 additions and 200 deletions
@@ -1,7 +1,7 @@
/datum/painter/pipe
module_name = "pipe painter"
module_state = "pipe_painter"
var/static/list/blacklisted_pipes = list(/obj/machinery/atmospherics/pipe/simple/heat_exchanging, /obj/machinery/atmospherics/pipe/simple/insulated)
var/static/list/blacklisted_pipes = list(/obj/machinery/atmospherics/pipe/simple/heat_exchanging)
var/static/list/modes = list()
/datum/painter/pipe/New()