From eab04c0631cb2090d60bbac3c538ee24d6434d0d Mon Sep 17 00:00:00 2001 From: Bond <58570888+TheBonded@users.noreply.github.com> Date: Tue, 24 Nov 2020 03:21:39 -0700 Subject: [PATCH] Fixes PDA bombing have equal chances to work on PDAs without manifest access vs PDAs with it (#55036) * Makes extra difficulty actually work 0 * Actually fixes it as of what Fikou suggested * no space, sorry Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> --- code/game/objects/items/devices/PDA/virus_cart.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/objects/items/devices/PDA/virus_cart.dm b/code/game/objects/items/devices/PDA/virus_cart.dm index b723d1e5e24..4adf6031410 100644 --- a/code/game/objects/items/devices/PDA/virus_cart.dm +++ b/code/game/objects/items/devices/PDA/virus_cart.dm @@ -69,8 +69,6 @@ difficulty += BitCount(target.cartridge.access&(CART_MEDICAL | CART_SECURITY | CART_ENGINE | CART_CLOWN | CART_JANITOR | CART_MANIFEST)) if(target.cartridge.access & CART_MANIFEST) difficulty++ //if cartridge has manifest access it has extra snowflake difficulty - else - difficulty += 2 if(SEND_SIGNAL(target, COMSIG_PDA_CHECK_DETONATE) & COMPONENT_PDA_NO_DETONATE || prob(difficulty * 15)) U.show_message("An error flashes on your [src].", MSG_VISUAL) else