Skip to content

Commit

Permalink
Manually revert #14638, fixing errors with infinite power cells (#15457)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianX authored and gbasood committed Jul 20, 2017
1 parent ee3ed2b commit 42eb90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/power_cells.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42eb90f

Please sign in to comment.