diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm
index d15d3b360a..7bb4fa5db6 100644
--- a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm
+++ b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm
@@ -169,17 +169,17 @@ IMPORTANT FACTORS TO CONSIDER WHILE BALANCING
if(21)
to_chat(M, "You feel the synethic cells rest uncomfortably within your body as they start to pulse and grow rapidly.")
if(22 to 29)
- M.adjust_nutrition(M.nutrition/10)
+ M.adjust_nutrition(10)
if(30)
to_chat(M, "You feel the synethic cells grow and expand within yourself, bloating your body outwards.")
if(31 to 49)
- M.adjust_nutrition(M.nutrition/5)
+ M.adjust_nutrition(20)
if(50)
to_chat(M, "The synthetic cells begin to merge with your body, it feels like your body is made of a viscous water, making your movements difficult.")
M.action_cooldown_mod += 4//If this makes you fast then please fix it, it should make you slow!!
//candidates = pollGhostCandidates("Do you want to play as a clone of [M.name] and do you agree to respect their character and act in a similar manner to them? I swear to god if you diddle them I will be very disapointed in you. ", "FermiClone", null, ROLE_SENTIENCE, 300) // see poll_ignore.dm, should allow admins to ban greifers or bullies
if(51 to 79)
- M.adjust_nutrition(M.nutrition/2)
+ M.adjust_nutrition(50)
if(80)
to_chat(M, "The cells begin to precipitate outwards of your body, you feel like you'll split soon...")
if (M.nutrition < 20000)