diff --git a/src/Mods/SpecialForce/SpecialForce.js b/src/Mods/SpecialForce/SpecialForce.js
index 4459044a86a3f6163a093835a96d06abf2762871..bc640fc431b54879bbe47af9872ef24cec2742b2 100644
--- a/src/Mods/SpecialForce/SpecialForce.js
+++ b/src/Mods/SpecialForce/SpecialForce.js
@@ -2023,7 +2023,7 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100) {
 				r += `\nDisgusted, you pocket the gift card and leave your employees and menials to gather up the valuables here before stalking back to your Penthouse. The former Firebase is returned to being a warehouse facility.`;
 				break;
 			case "cruel":
-				if (jsRandom > 50) {
+				if (jsRandom(1, 100) > 50) {
 					BadOutcome += 'Revolt';
 					V.trinkets.push("The Colonel's dog tags");
 					r += `<br>Finally fed up with your constant intrusions into her territory and crew, The Colonel riles up her people for an utterly ferocious rebellion. The promises of rape and plunder and dominion over some of the wealthiest tenants in the entire Free City (and their world-class slaves) are all that's needed to give the selfish lot of them a nearly unshakable resolve in the task of delivering their overlord Her most coveted prize: You.`;