Skip to content

Commit

Permalink
LOWERS THE MONKEY COUNT (tgstation#80309)
Browse files Browse the repository at this point in the history
### Why it's good for the game

Yo bro I put less monkey in your monkey to reduce the monkey per monkey
  • Loading branch information
LemonInTheDark authored Dec 14, 2023
1 parent 6192eb8 commit 32fb42d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
C.RemoveElement(/datum/element/human_biter)

/datum/species/monkey/check_roundstart_eligible()
if(check_holidays(MONKEYDAY))
// STOP ADDING MONKEY SUBTYPES YOU HEATHEN
if(check_holidays(MONKEYDAY) && id == SPECIES_MONKEY)
return TRUE
return ..()

Expand Down

0 comments on commit 32fb42d

Please sign in to comment.