Upstream-11421

This commit is contained in:
Aronai Sieyes
2021-08-15 01:02:41 -04:00
committed by Cadyn
parent 830bd23885
commit 72f5e790db
61 changed files with 706 additions and 12 deletions

View File

@@ -3,6 +3,7 @@
desc = "Used to seperate and package chemicals in to patches, pills, or bottles. Warranty void if used to create Space Drugs."
density = TRUE
anchored = TRUE
unacidable = TRUE
icon = 'icons/obj/chemical.dmi'
icon_state = "mixer0"
circuit = /obj/item/weapon/circuitboard/chem_master

View File

@@ -18,6 +18,7 @@
use_power = USE_POWER_IDLE
idle_power_usage = 100
anchored = TRUE
unacidable = TRUE
/obj/machinery/chemical_dispenser/Initialize()
. = ..()