Skip to content

Commit

Permalink
Update code/game/machinery/rechargestation.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SleepyGemmy <[email protected]>
Signed-off-by: Sniblet <[email protected]>
  • Loading branch information
Sniblet and SleepyGemmy authored Mar 22, 2024
1 parent 9dcc44b commit 8794817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/rechargestation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
if(weld_rate)
desc += "<br>It is capable of repairing a stationbound's structural damage."
if(wire_rate)
desc += "<br>It is capable of repairing a stationbound's burn damage."
desc += "<br>It is capable of repairing stationbounds' burn damage."

/obj/machinery/recharge_station/proc/build_overlays()
cut_overlays()
Expand Down

0 comments on commit 8794817

Please sign in to comment.