mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Converts other borg vore gains to use nutrition var (#6725)
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
/mob/living/silicon/robot/use_power()
|
||||
if(cell && cell.charge < cell.maxcharge)
|
||||
if(nutrition >= 20)
|
||||
nutrition -= 20
|
||||
cell.charge += 200
|
||||
if(nutrition >= 20 * CYBORG_POWER_USAGE_MULTIPLIER)
|
||||
nutrition -= 20 * CYBORG_POWER_USAGE_MULTIPLIER
|
||||
cell.charge += 200 * CYBORG_POWER_USAGE_MULTIPLIER
|
||||
..()
|
||||
Reference in New Issue
Block a user