From 1ff2c606aea9ade541a2c9f3372130c790e319b7 Mon Sep 17 00:00:00 2001 From: Damian Date: Thu, 20 Jul 2017 09:17:49 +0200 Subject: [PATCH] Manually revert #14638, fixing errors with infinite power cells --- code/game/objects/items/weapons/power_cells.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/power_cells.dm b/code/game/objects/items/weapons/power_cells.dm index d7fd361fab32..4c92a3edd49a 100644 --- a/code/game/objects/items/weapons/power_cells.dm +++ b/code/game/objects/items/weapons/power_cells.dm @@ -95,7 +95,7 @@ name = "infinite-capacity power cell!" icon_state = "icell" origin_tech = null - maxcharge = 1.#INF + maxcharge = 30000 starting_materials = list(MAT_IRON = 700, MAT_GLASS = 80) use() return 1