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