mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Make chargers reflect cell charge from roundstart. (#32468)
* Make chargers reflect cell charge from roundstart. * Fix CI reference.
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
// State of charge is in kJ so we multiply it by 1000 to get Joules
|
||||
desc += SPAN_NOTICE("It can store [DisplayJoules(maxcharge * 1000)]. Doctors recommend that you do not swallow it.")
|
||||
update_icon(UPDATE_OVERLAYS)
|
||||
if(istype(loc, /obj/machinery/cell_charger))
|
||||
loc.update_icon(UPDATE_OVERLAYS)
|
||||
|
||||
/obj/item/stock_parts/cell/Destroy()
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
|
||||
Reference in New Issue
Block a user