icon fixes (#18386)

This commit is contained in:
Will
2025-08-31 20:04:02 +02:00
committed by GitHub
parent 5e9a016aba
commit d9391a6527
2 changed files with 2 additions and 1 deletions
@@ -106,6 +106,7 @@
/obj/item/storage/box/dosimeter
name = "dosimeter case"
desc = "This case can only hold the Dosimeter, a few films and a manual."
icon = 'icons/inventory/accessory/item.dmi'
icon_state = "dosimeter_case"
item_state_slots = list(slot_r_hand_str = "syringe_kit", slot_l_hand_str = "syringe_kit")
storage_slots = 5
+1 -1
View File
@@ -217,7 +217,7 @@
/obj/item/fbp_backup_cell
name = "backup battery"
desc = "A small one-time-use chemical battery for synthetic crew when they are low on power in emergency situations."
icon = 'icons/obj/power_cells.dmi'
icon = 'icons/obj/power_cells_old.dmi'
icon_state = "backup"
w_class = ITEMSIZE_SMALL
var/amount = 150