mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge nutrition refactor for vorestation
This commit is contained in:
@@ -18,13 +18,8 @@
|
||||
owner.visible_message("<span class='danger'>\The [owner] twitches visibly!</span>")
|
||||
|
||||
/obj/item/organ/internal/cell/emp_act(severity)
|
||||
<<<<<<< HEAD
|
||||
// ..() // VOREStation Edit - Don't take damage
|
||||
owner.nutrition = max(0, owner.nutrition - rand(10/severity, 50/severity))
|
||||
=======
|
||||
..()
|
||||
owner.adjust_nutrition(-rand(10 / severity, 50 / severity))
|
||||
>>>>>>> 61c4929... Merge pull request #7045 from Neerti/let_them_eat_all_the_cake
|
||||
|
||||
// Used for an MMI or posibrain being installed into a human.
|
||||
/obj/item/organ/internal/mmi_holder
|
||||
|
||||
Reference in New Issue
Block a user