Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Medical staff start hungry #2593

Closed
ShadowCommander opened this issue Jun 24, 2024 · 4 comments · Fixed by #2904
Closed

Medical staff start hungry #2593

ShadowCommander opened this issue Jun 24, 2024 · 4 comments · Fixed by #2904

Comments

@ShadowCommander
Copy link
Contributor

Description

When medical staff spawn in they start hungry the same as marines, so they have to walk to get food before doing anything else.

Reproduction

Screenshots

Additional context

@diraven
Copy link
Contributor

diraven commented Jul 7, 2024

So what's the issue?

@Tunguso4ka
Copy link
Contributor

They also spawn in cryo (should spawn)

@ShadowCommander
Copy link
Contributor Author

Non-marine ship staff shouldn't spawn in hungry. In CM13, only the Marines come out of cryo hungry.

@Tunguso4ka
Copy link
Contributor

yes, only marines starts with low nutrition:

/datum/job/marine/generate_entry_conditions(mob/living/carbon/human/current_human)
  ..()
  if(!Check_WO())
    current_human.nutrition = rand(NUTRITION_VERYLOW, NUTRITION_LOW) //Start hungry for the default marine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants