Skip to content

Commit 42eb90f

Browse files
DamianXgbasood
authored andcommitted
Manually revert #14638, fixing errors with infinite power cells (#15457)
1 parent ee3ed2b commit 42eb90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/objects/items/weapons/power_cells.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
name = "infinite-capacity power cell!"
9696
icon_state = "icell"
9797
origin_tech = null
98-
maxcharge = 1.#INF
98+
maxcharge = 30000
9999
starting_materials = list(MAT_IRON = 700, MAT_GLASS = 80)
100100
use()
101101
return 1

0 commit comments

Comments
 (0)