mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Merge pull request #11664 from Verkister/patch-91
Small organ digestion tweak
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
if((. = ..()))
|
||||
if(isbelly(item_storage))
|
||||
var/obj/belly/B = item_storage
|
||||
. += 2 * (B.digest_brute + B.digest_burn + (B.digest_oxy)/2)
|
||||
. *= 3
|
||||
else
|
||||
. += 30 //Organs give a little more
|
||||
|
||||
|
||||
Reference in New Issue
Block a user