mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
icon fixes (#18386)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user