Skip to content

Commit

Permalink
[MIRROR] Fix glucose/unathi interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
nl-208 authored and SierraHelper committed Apr 13, 2024
1 parent 41882cd commit ac5d5f9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@
name = "Glucose"
color = "#ffffff"
scannable = 1

injectable = 1

/datum/reagent/nutriment/glucose/adjust_nutrition(mob/living/carbon/M, removed)
M.adjust_nutrition(nutriment_factor * removed)
M.adjust_hydration(hydration_factor * removed)

/datum/reagent/nutriment/protein // Bad for Skrell!
name = "Animal Protein"
taste_description = "some sort of protein"
Expand Down

0 comments on commit ac5d5f9

Please sign in to comment.