Skip to content

Commit

Permalink
Update fixes
Browse files Browse the repository at this point in the history
vore_law = o

Update tgui.bundle.js
  • Loading branch information
izac112 committed Jun 3, 2024
1 parent 186475e commit 46a5f71
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
prob(15);"corrupted",
prob(10);"bad")

var/vore_law = prob(vore_chance) // 3/5 chance of having vore-related laws
var/vore_law = prob(0) // 3/5 chance of having vore-related laws --- 0/5. YW EDIT

if(vore_law)
switch(law_class)
Expand Down
182 changes: 91 additions & 91 deletions tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vorestation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4445,7 +4445,6 @@
#include "maps\southern_cross\loadout\loadout_suit.dm"
#include "maps\southern_cross\loadout\loadout_uniform.dm"
#include "maps\southern_cross\loadout\loadout_vr.dm"
#include "maps\stellar_delight\stellar_delight.dm"
#include "maps\submaps\_helpers.dm"
#include "maps\submaps\_readme.dm"
#include "maps\submaps\admin_use_vr\event_autonomous_drone.dm"
Expand Down

0 comments on commit 46a5f71

Please sign in to comment.