small code tweaks

- limited xwg code to 400% rather than 600% max height
- fixed aheal fatness bug
- small code cleaning
- buffed chaos events
- cleared up XWG pref text
- readded *beep to be used by everyone
This commit is contained in:
evilew
2024-05-19 15:58:48 +02:00
parent 7041d21aa8
commit ac779f0724
7 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -1018,7 +1018,7 @@ structure_check() searches for nearby cultist structures required for the invoca
if(intensity>=285) // Based on the prior formula, this means the cult makes up <15% of current players
var/outcome = rand(1,100)
switch(outcome)
if(1 to 10)
if(1 to 20)
var/datum/round_event_control/disease_outbreak/D = new()
var/datum/round_event_control/mice_migration/M = new()
D.runEvent()