diff --git a/ModularTegustation/tegu_items/wcorp/enemies.dm b/ModularTegustation/tegu_items/wcorp/enemies.dm index f1e59a004863..a77ddbea64b7 100644 --- a/ModularTegustation/tegu_items/wcorp/enemies.dm +++ b/ModularTegustation/tegu_items/wcorp/enemies.dm @@ -123,8 +123,7 @@ GLOBAL_VAR_INIT(wcorp_boss_spawn, FALSE) //Mostly gluttony, with a lil sloth if(1 to 2) switch(rand(1,100)) - if(50 to 85) - spawntype = /mob/living/simple_animal/hostile/ordeal/sin_gluttony + if(85 to 100) spawntype = /mob/living/simple_animal/hostile/ordeal/sin_sloth else