diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index c23c3654af..021085bfa3 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -643,7 +643,7 @@ RLD ..() /obj/item/construction/rld/update_icon() - icon_state = "rld-[round((matter/maxmatter) * 5, 1)]" + icon_state = "rld-[round((matter/max_matter) * 5, 1)]" ..()