Skip to content

Commit

Permalink
Update enemies.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Litberries committed Dec 4, 2023
1 parent ffb0333 commit 368d8c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ModularTegustation/tegu_items/wcorp/enemies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 368d8c8

Please sign in to comment.