Skip to content

Commit

Permalink
Do Not Feed the Joes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 6, 2023
1 parent 1bb219e commit ce7f293
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/items/reagent_containers/food/snacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
if(issynth(C))
fullness = 200 //Synths never get full

if(isworkingjoe(M)) //Do not feed the Working Joes
to_chat(user, SPAN_DANGER("[M] does not appear to have anywhere to put food into."))
return

if(fullness > 540)
C.overeat_cooldown = world.time + OVEREAT_TIME

Expand Down

0 comments on commit ce7f293

Please sign in to comment.