Unapologetic Chef Buff (#11435)

This commit is contained in:
Geeves
2021-03-17 12:55:44 -03:00
committed by GitHub
parent 63e9b7c69e
commit b1ff5e4598
4 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
/obj/item/organ/internal/stomach/Initialize()
. = ..()
ingested = new /datum/reagents/metabolism(240, owner, CHEM_INGEST)
ingested = new /datum/reagents/metabolism(stomach_volume, owner, CHEM_INGEST)
if(!ingested.my_atom)
ingested.my_atom = src
if(species && species.gluttonous)