diff --git a/code/modules/reagents/reagent_containers/pill.dm b/code/modules/reagents/reagent_containers/pill.dm
index 38880f66..c40df151 100644
--- a/code/modules/reagents/reagent_containers/pill.dm
+++ b/code/modules/reagents/reagent_containers/pill.dm
@@ -47,7 +47,7 @@
"[user] forces [M] to [apply_method] [src].")
var/makes_me_think = pick(strings("redpill.json", "redpill_questions"))
- if(icon_state == "pill4" && prob(5)) //you take the red pill - you stay in Wonderland, and I show you how deep the rabbit hole goes
+ if(icon_state == "pill4" && prob(10)) //you take the red pill - you stay in Wonderland, and I show you how deep the rabbit hole goes
addtimer(CALLBACK(GLOBAL_PROC, /proc/to_chat, M, "[makes_me_think]"), 50)
log_combat(user, M, "fed", reagents.log_list())
diff --git a/strings/redpill.json b/strings/redpill.json
index 3f65db73..d12adc76 100644
--- a/strings/redpill.json
+++ b/strings/redpill.json
@@ -4,7 +4,7 @@
"Why is it called the emergency shuttle if it arrives every single shift?",
"Where does the Cook get all this meat from?",
"Space wind? How does that even make sense?",
- "Why does Nanotrasen hire Clowns and Mimes for every single station?",
+ "Why does Kinaris hire Clowns and Mimes for every single station?",
"Why is the station's air supply connected to the plasma tank?",
"Why are there fire alarms everywhere but no sprinklers?",
"Why is this a plasma research station if we know everything about plasma already?",
@@ -16,16 +16,16 @@
"How come a hole in the floor doesn't suck you out into space?",
"Why is space cold?",
"Why does space circle around on itself?",
- "Nanotrasen just clones us every shift.",
+ "Kinaris just clones us every shift.",
"There's no biological difference between lizards and humans.",
"Why is there a floor, but no roof?",
- "The universe always ends after we reach Centcomm.",
+ "The universe always ends after we reach CentCom.",
"Everyone is controlled by strings behind a glowing screen",
"Seperation is absolute.",
"It doesn't take much for people to murder their friends.",
"All the crew are just greytiders with different paint.",
- "What the fuck is CO2?",
- "2008 was 550 years ago.",
+ "What the fuck is carbon dioxide?",
+ "2010 was 550 years ago.",
"This is all an endless looping nightmare of misery.",
"The ultimate god is really really stoned.",
"Space stations are no substitute for healthy social interaction.",
@@ -33,11 +33,14 @@
"How do mirrors give people haircuts?",
"Why is this station so poorly designed?",
"How can an escape pod only take two people normally, but an infinite number of people if they're lying down?",
- "Why do only lizards get their own native language?",
"Why do people just randomly murder all their friends some shifts?",
"If magic is real, why aren't we researching that?",
"How is everyone a complete expert in every threat in the universe?",
"If suit sensors are so important, why don't they always start maximized?",
- "If we can wash clothes in a sink, why do we need washing machines?"
+ "If we can wash clothes in a sink, why do we need washing machines?",
+ "Why are the dormitories protected from radiation storms but the rest of the station isn't?",
+ "If people can have a dick that's twice their size, how come they don't die of bloodloss when they get hard?",
+ "Why do rods not get vaporized by the supermatter?",
+ "Why do I never have to use the bathroom?"
]
}