[MIRROR] Icon Fixup [IDB IGNORE] (#11451)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-17 17:03:49 -07:00
committed by GitHub
parent fc66353d11
commit bb70ca1093
228 changed files with 387 additions and 395 deletions

View File

@@ -1,7 +1,7 @@
/obj/item/binoculars
name = "binoculars"
desc = "A pair of binoculars."
icon = 'icons/obj/device_vr.dmi' //VOREStation Edit
icon = 'icons/obj/device.dmi'
icon_state = "binoculars"
force = 5.0
w_class = ITEMSIZE_SMALL

View File

@@ -110,7 +110,7 @@
/obj/item/denecrotizer //Away map reward. FOR TRAINED NECROMANCERS ONLY. >:C
name = "experimental denecrotizer"
desc = "It looks simple on the outside but this device radiates some unknown dread. It does not appear to be of any ordinary make, and just how it works is unclear, but this device seems to interact with dead flesh."
icon = 'icons/obj/device_vr.dmi'
icon = 'icons/obj/device.dmi'
icon_state = "denecrotizer"
w_class = ITEMSIZE_COST_NORMAL
var/charges = 5 //your army of minions can only be this big

View File

@@ -1,7 +1,7 @@
/obj/item/emergency_beacon
name = "personal emergency beacon"
desc = "The hardy PersonaL Emergency Beacon, or PLEB, is a simple device that, once activated, sends out a wideband distress signal that can punch through almost all forms of interference. They are commonly issued to miners and remote exploration teams who may find themselves in need of means to call for assistance whilst being out of conventional communications range."
icon = 'icons/obj/device_vr.dmi'
icon = 'icons/obj/device.dmi'
icon_state = "e_beacon_off"
var/beacon_active = FALSE
var/list/levels_for_distress

View File

@@ -3,7 +3,7 @@
/obj/item/gold_star_printer
name = "gold star dispenser"
desc = "It prints gold stickers to reward the crew for their excellent contributions!"
icon = 'icons/obj/device_vr.dmi'
icon = 'icons/obj/device.dmi'
icon_state = "gold_star_printer"
slot_flags = SLOT_BELT | SLOT_HOLSTER
var/print_cooldown = 1 MINUTE

View File

@@ -16,7 +16,7 @@
/obj/item/personal_shield_generator
name = "personal shield generator"
desc = "A personal shield generator."
icon = 'icons/obj/items_vr.dmi'
icon = 'icons/obj/items.dmi'
icon_state = "shieldpack_basic"
item_state = "defibunit" //Placeholder
slot_flags = SLOT_BACK

View File

@@ -1,7 +1,7 @@
/obj/item/bluespaceradio
name = "bluespace radio"
desc = "A powerful radio that uses a tiny bluespace wormhole to send signals directly to subspace receivers and transmitters, bypassing the limitations of subspace."
icon = 'icons/obj/device_vr.dmi' // VOREStation Edit
icon = 'icons/obj/device.dmi'
icon_override = 'icons/inventory/back/mob.dmi'
icon_state = "radiopack"
item_state = "radiopack"
@@ -100,8 +100,8 @@
name = "bluespace radio handset"
desc = "A large walkie talkie attached to the bluespace radio by a retractable cord. It sits comfortably on a slot in the radio when not in use."
bluespace_radio = TRUE
icon = 'icons/obj/device_vr.dmi' //VOREStation Edit
icon_state = "handset" //VOREStation Edit
icon = 'icons/obj/device.dmi'
icon_state = "handset"
slot_flags = null
w_class = ITEMSIZE_LARGE
canhear_range = 1

View File

@@ -1,7 +1,7 @@
/obj/item/ticket_printer
name = "ticket printer"
desc = "It prints security citations!"
icon = 'icons/obj/device_vr.dmi'
icon = 'icons/obj/device.dmi'
icon_state = "sec_ticket_printer"
slot_flags = SLOT_BELT | SLOT_HOLSTER
var/print_cooldown = 1 MINUTE
@@ -49,12 +49,12 @@
/obj/item/paper/sec_ticket
name = "Security Citation"
desc = "A citation issued by security for some kind of infraction!"
icon = 'icons/obj/bureaucracy_vr.dmi'
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "sec_ticket"
/obj/item/paper/sec_ticket/Initialize(mapload, text, title)
. = ..()
icon = 'icons/obj/bureaucracy_vr.dmi'
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "sec_ticket"
/obj/item/paper/sec_ticket/update_icon()
@@ -65,7 +65,7 @@
/obj/item/ticket_printer/train
name = "permission ticket printer"
desc = "It prints permit tickets!"
icon = 'icons/obj/device_vr.dmi'
icon = 'icons/obj/device.dmi'
icon_state = "train_ticket_printer"
/obj/item/ticket_printer/train/print_a_ticket(mob/user)
@@ -99,12 +99,12 @@
/obj/item/paper/permit_ticket
name = "Permit Ticket"
desc = "A ticket issued to permit someone to do something!"
icon = 'icons/obj/bureaucracy_vr.dmi'
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "permit_ticket"
/obj/item/paper/permit_ticket/Initialize(mapload, text, title)
. = ..()
icon = 'icons/obj/bureaucracy_vr.dmi'
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "permit_ticket"
/obj/item/paper/permit_ticket/update_icon()