From 9e31d82dd56c9feada93976de7863bcfcb3fc93e Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Mon, 13 Jan 2020 18:16:46 +1000 Subject: [PATCH] Decreases chance --- .../mob/living/silicon/robot/subtypes/lost_drone_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/subtypes/lost_drone_vr.dm b/code/modules/mob/living/silicon/robot/subtypes/lost_drone_vr.dm index 03908045a1..1af34a5ef6 100644 --- a/code/modules/mob/living/silicon/robot/subtypes/lost_drone_vr.dm +++ b/code/modules/mob/living/silicon/robot/subtypes/lost_drone_vr.dm @@ -41,7 +41,7 @@ prob(15);"corrupted", prob(10);"bad") - var/vore_law = prob(80) // 4/5 chance of having vore-related laws + var/vore_law = prob(60) // 3/5 chance of having vore-related laws if(vore_law) switch(law_class) @@ -187,4 +187,4 @@ - return \ No newline at end of file + return