nutrition adjustment wrapper procs.

This commit is contained in:
Ghommie
2020-05-10 21:41:50 +02:00
parent 602154abe8
commit 667c12d413
40 changed files with 94 additions and 95 deletions
+1 -1
View File
@@ -512,7 +512,7 @@
if(!digested)
items_preserved |= item
else
// owner.nutrition += (5 * digested) // haha no.
// owner.adjust_nutrition(5 * digested) // haha no.
if(iscyborg(owner))
var/mob/living/silicon/robot/R = owner
R.cell.charge += (50 * digested)