mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Temperature Reagent System (#5423)
Overview This is the github WIP PR for the reagent system project. This is for other developers and users to track progress of the code if they're curious about it, as well as to show that it actually works.
This commit is contained in:
@@ -372,3 +372,25 @@
|
||||
. = ..()
|
||||
reagents.add_reagent("frostoil", 60)
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/pyrosilicate
|
||||
name = "pyrosilicate bottle"
|
||||
desc = "A small bottle. Contains pyrosilicate - used to heat up reagents."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "bottle-4"
|
||||
|
||||
Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("pyrosilicate", 60)
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/cryosurfactant
|
||||
name = "cryosurfactant bottle"
|
||||
desc = "A small bottle. Contains cryosurfactant - used to cool down reagents."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "bottle-4"
|
||||
|
||||
Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("cryosurfactant", 60)
|
||||
update_icon()
|
||||
Reference in New Issue
Block a user