From 91f67e5dc5b40d6ab0bf1f5fd5fe88aa649f2990 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Wed, 13 May 2015 22:26:48 +0200 Subject: [PATCH] Adjusts rig stealth module costs. Activation and active power costs were previously a tenth of the same costs for a mere energy blade. Now costs matches that of an energy blade. --- code/modules/clothing/spacesuits/rig/modules/ninja.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig/modules/ninja.dm b/code/modules/clothing/spacesuits/rig/modules/ninja.dm index 6d572cdcb3e..f2d94d56d09 100644 --- a/code/modules/clothing/spacesuits/rig/modules/ninja.dm +++ b/code/modules/clothing/spacesuits/rig/modules/ninja.dm @@ -16,8 +16,8 @@ disruptable = 1 disruptive = 0 - use_power_cost = 5 - active_power_cost = 1 + use_power_cost = 50 + active_power_cost = 10 passive_power_cost = 0 module_cooldown = 30