diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm
index 10e1a1be795..d7996fe0284 100644
--- a/code/game/machinery/cloning.dm
+++ b/code/game/machinery/cloning.dm
@@ -161,7 +161,7 @@
clonemind.transfer_to(H)
H.ckey = ckey
- H << "Consciousness slowly creeps over you as your body regenerates.
So this is what cloning feels like. I wonder what happened to the old me... My memories are kinda fuzzy."
+ H << "Consciousness slowly creeps over you as your body regenerates.
So this is what cloning feels like?"
// -- Mode/mind specific stuff goes here
diff --git a/code/modules/chemical/Chemistry-Machinery.dm b/code/modules/chemical/Chemistry-Machinery.dm
index 2ecf255e5a4..26266c0b173 100644
--- a/code/modules/chemical/Chemistry-Machinery.dm
+++ b/code/modules/chemical/Chemistry-Machinery.dm
@@ -10,8 +10,8 @@
icon_state = "dispenser"
use_power = 1
idle_power_usage = 40
- var/energy = 25
- var/max_energy = 75
+ var/energy = 100
+ var/max_energy = 100
var/amount = 30
var/beaker = null
var/recharged = 0
@@ -38,7 +38,7 @@
if(recharged < 0)
recharge()
- recharged = 20
+ recharged = 15
else
recharged -= 1