Skip to content

Commit

Permalink
fixes #37356 (#37425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurfursten authored Feb 17, 2025
1 parent bd28581 commit eab0936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/power/antimatter/containment_jar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ var/list/decelerators = list()

/obj/item/weapon/am_containment/proc/receive_pulse(power)
fuel = min(fuel_max, fuel + round(power/25))
update_icon()

0 comments on commit eab0936

Please sign in to comment.