mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
Decreases chance
This commit is contained in:
@@ -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
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user