Skip to content

Commit

Permalink
bugfix: New parts fix (#5911)
Browse files Browse the repository at this point in the history
* fix3

* Revert "fix3"

This reverts commit 72335b3.

* fix leather sathel

* New parts fix

Fix stock parts bugs
  • Loading branch information
BoshyG authored Sep 15, 2024
1 parent ffe5be5 commit f26faef
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/cell_charger.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
if(!charging || (stat & (BROKEN|NOPOWER)))
return

var/newlevel = round(charging.percent() * 3 / 100)
var/newlevel = round(charging.percent() * 4 / 100)
. += "ccharger-o[newlevel]"


Expand Down
Binary file modified icons/mob/inhands/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/items_righthand.dmi
Binary file not shown.
Binary file modified icons/obj/engines_and_power/power.dmi
Binary file not shown.
Binary file modified icons/obj/stock_parts.dmi
Binary file not shown.

0 comments on commit f26faef

Please sign in to comment.