Made backup batteries a bit more useful (#17889)

Changed the level that you can use backup batteries as a synth to 150 nutrition, and it also gives you 150 nutrition back. This means you can use it as soon as you reach slowdown levels of hunger and it fills you up a decent amount. Previously you had to wait until you went down to 100 nutrition and it would only fill up to 200 max, which means you'd be back in red soon after.
This commit is contained in:
SatinIsle
2025-06-20 21:00:03 +01:00
committed by GitHub
parent 53e09bb6b7
commit d71a532489
+1 -1
View File
@@ -219,7 +219,7 @@
icon = 'icons/obj/power_cells.dmi'
icon_state = "backup"
w_class = ITEMSIZE_SMALL
var/amount = 100
var/amount = 150
var/used = FALSE
/obj/item/fbp_backup_cell/Initialize(mapload)