mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Round of small bugfixes (#14160)
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
|
||||
/obj/item/anodevice/proc/UpdateSprite()
|
||||
if(!inserted_battery)
|
||||
icon_state = "anodev"
|
||||
icon_state = initial(icon_state)
|
||||
return
|
||||
var/p = (inserted_battery.stored_charge/inserted_battery.capacity)*100
|
||||
p = min(p, 100)
|
||||
|
||||
Reference in New Issue
Block a user