Distillery tweaks (#6892)

* Basic distillery uses logistic temp change
Basic distillery pings when at temp
Industrial distillery repsects gas laws

* Expands examine text to be informative
Adds verbs to distillery

* Tweaks distillery costs
This commit is contained in:
Atermonera
2020-03-25 13:35:40 -07:00
committed by GitHub
parent 2e623e5aa8
commit 705208de03
3 changed files with 85 additions and 19 deletions
+2 -2
View File
@@ -339,14 +339,14 @@
/datum/supply_pack/med/distillery
name = "Chemical distiller crate"
contains = list(/obj/machinery/portable_atmospherics/powered/reagent_distillery = 1)
cost = 175
cost = 50
containertype = /obj/structure/largecrate
containername = "Chemical distiller crate"
/datum/supply_pack/med/advdistillery
name = "Industrial Chemical distiller crate"
contains = list(/obj/machinery/portable_atmospherics/powered/reagent_distillery/industrial = 1)
cost = 250
cost = 150
containertype = /obj/structure/largecrate
containername = "Industrial Chemical distiller crate"