From b35ea6b4725b97faeea8328338b2f4aad400c14a Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 28 Jul 2018 03:09:58 -0700 Subject: [PATCH] Update hypospraymkii.dm --- .../reagent container/hypospraymkii.dm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modular_citadel/code/modules/reagents/reagent container/hypospraymkii.dm b/modular_citadel/code/modules/reagents/reagent container/hypospraymkii.dm index f39896b953..0eb50836f6 100755 --- a/modular_citadel/code/modules/reagents/reagent container/hypospraymkii.dm +++ b/modular_citadel/code/modules/reagents/reagent container/hypospraymkii.dm @@ -1,15 +1,15 @@ #define HYPO_SPRAY 0 #define HYPO_INJECT 1 -#define WAIT_SPRAY 50 -#define WAIT_INJECT 50 -#define SELF_SPRAY 30 -#define SELF_INJECT 30 +#define WAIT_SPRAY 25 +#define WAIT_INJECT 25 +#define SELF_SPRAY 15 +#define SELF_INJECT 15 -#define DELUXE_WAIT_SPRAY 40 -#define DELUXE_WAIT_INJECT 40 -#define DELUXE_SELF_SPRAY 20 -#define DELUXE_SELF_INJECT 20 +#define DELUXE_WAIT_SPRAY 20 +#define DELUXE_WAIT_INJECT 20 +#define DELUXE_SELF_SPRAY 10 +#define DELUXE_SELF_INJECT 10 #define COMBAT_WAIT_SPRAY 0 #define COMBAT_WAIT_INJECT 0 @@ -284,4 +284,4 @@ to_chat(M, "[src] is now set to inject contents on application.") if(HYPO_INJECT) mode = HYPO_SPRAY - to_chat(M, "[src] is now set to spray contents on application.") \ No newline at end of file + to_chat(M, "[src] is now set to spray contents on application.")