From 7161870c8bcd10e8debe10d35916096d331226a1 Mon Sep 17 00:00:00 2001 From: Fermi Date: Sun, 14 Jul 2019 04:06:06 +0100 Subject: [PATCH] Astral Tweak. --- .../code/modules/reagents/chemistry/reagents/astrogen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/astrogen.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/astrogen.dm index 215d82f84a..b9d57f6e71 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/astrogen.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/astrogen.dm @@ -58,7 +58,7 @@ I'd like to point out from my calculations it'll take about 60-80 minutes to die if(prob(50)) to_chat(G, "The high conentration of Astrogen in your blood causes you to lapse your concentration for a moment, bringing your projection back to yourself!") do_teleport(G, M.loc) - M.reagents.remove_reagent(id, current_cycle/2, FALSE)//exponent + M.reagents.remove_reagent(id, current_cycle/6, FALSE)//exponent sleepytime+=5 if(G.stat == DEAD || !G || G.pseudo_death == TRUE) originalmind.transfer_to(M)