mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 04:26:21 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user