diff --git a/modular_chomp/code/game/objects/items/weapons/cigs_lighters.dm b/modular_chomp/code/game/objects/items/weapons/cigs_lighters.dm index 4d75e5c298..c4d485e14f 100644 --- a/modular_chomp/code/game/objects/items/weapons/cigs_lighters.dm +++ b/modular_chomp/code/game/objects/items/weapons/cigs_lighters.dm @@ -30,7 +30,7 @@ if(prob(50)) user.visible_message("[user] safely activates the [src] with a push of a button!") else - if(prob(50)) + if(prob(95)) user.visible_message("After a few attempts, [user] manages to excite the supermatter within the [src].") else to_chat(user, "You hurt yourself on the shielding!") @@ -101,7 +101,7 @@ if(prob(50)) user.visible_message("[user] safely activates the [src] with a push of a button!") else - if(prob(50)) + if(prob(99)) user.visible_message("After a few attempts, [user] manages to excite the supermatter within the [src].") else to_chat(user, "You singe yourself on the phoron shielding the excited supermatter!")