diff --git a/code/WorkInProgress/Chemistry-Tools.dm b/code/WorkInProgress/Chemistry-Tools.dm index ecb178394e..3b8eb7306a 100644 --- a/code/WorkInProgress/Chemistry-Tools.dm +++ b/code/WorkInProgress/Chemistry-Tools.dm @@ -865,6 +865,9 @@ icon = 'janitor.dmi' icon_state = "bucket" item_state = "bucket" + m_amt = 200 + g_amt = 0 + amount_per_transfer_from_this = 10 flags = FPRINT | OPENCONTAINER New() diff --git a/code/defines/obj/machinery.dm b/code/defines/obj/machinery.dm index c942d904ad..4ef764eae6 100644 --- a/code/defines/obj/machinery.dm +++ b/code/defines/obj/machinery.dm @@ -551,9 +551,9 @@ var/wires = 15 /obj/machinery/vending/assist - product_amounts = "5;3;4;1" + product_amounts = "5;3;4;1;4" product_hidden = "/obj/item/device/flashlight;obj/item/device/timer" - product_paths = "/obj/item/device/prox_sensor;/obj/item/device/igniter;/obj/item/device/radio/signaler;/obj/item/weapon/wirecutters" + product_paths = "/obj/item/device/prox_sensor;/obj/item/device/igniter;/obj/item/device/radio/signaler;/obj/item/weapon/wirecutters;/obj/item/weapon/cartridge/signal" product_hideamt = "5;2" /obj/machinery/vending/coffee diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 7ae01b3150..feab27a476 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -172,6 +172,7 @@ src.L += new /obj/item/weapon/scalpel(src) src.L += new /obj/item/weapon/circular_saw(src) src.L += new /obj/item/device/t_scanner(src) + src.L += new /obj/item/weapon/reagent_containers/glass/bucket(src) src.LL += new /obj/item/weapon/flamethrower(src) src.LL += new /obj/item/device/igniter(src) src.LL += new /obj/item/device/timer(src) diff --git a/code/game/machinery/status_display.dm b/code/game/machinery/status_display.dm index 453da04b8a..e60b09df08 100644 --- a/code/game/machinery/status_display.dm +++ b/code/game/machinery/status_display.dm @@ -248,7 +248,7 @@ icon_state = "frame" name = "AI display" anchored = 1 - density = 1 + density = 0 var/mode = 0 // 0 = Blank // 1 = AI emoticon