From 45a7b2ceb3546e922c919cd0a818f1a8f0752aba Mon Sep 17 00:00:00 2001 From: alex-gh Date: Wed, 29 Jan 2014 21:17:31 +0100 Subject: [PATCH] Lowered amout of hostile machines in the brand intelligence event, hightened explosion range --- code/modules/events/tgevents/brand_intelligence.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/events/tgevents/brand_intelligence.dm b/code/modules/events/tgevents/brand_intelligence.dm index 4c0c588f7e0..8eabc7a188e 100644 --- a/code/modules/events/tgevents/brand_intelligence.dm +++ b/code/modules/events/tgevents/brand_intelligence.dm @@ -25,7 +25,7 @@ originMachine.shut_up = 0 originMachine.shoot_inventory = 1 - scaling_factor = num_players() / 25 //Tweak this value to change the number of hostile machines. Lower value = more hostile machines. + scaling_factor = num_players() / 60 //Tweak this value to change the number of hostile machines. Lower value = more hostile machines. @@ -48,7 +48,7 @@ M.icon = upriser.icon M.icon_state = initial(upriser.icon_state) else - explosion(upriser.loc, -1, 1, 2, 4) + explosion(upriser.loc, 2, 4, 3, 5) del(upriser) kill()