mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
[MIRROR] Icons folder cleaning wave two [MDB IGNORE] (#22454)
* Icons folder cleaning wave two * Merge conflict resolution * Modular path hell * hmm * Update 2022-10.yml * Another modular thing --------- Co-authored-by: YesterdaysPromise <122572637+YesterdaysPromise@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/item/organ/internal/cyberimp/bci
|
||||
name = "brain-computer interface"
|
||||
desc = "An implant that can be placed in a user's head to control circuits using their brain."
|
||||
icon = 'icons/obj/wiremod.dmi'
|
||||
icon = 'icons/obj/science/circuits.dmi'
|
||||
icon_state = "bci"
|
||||
visual = FALSE
|
||||
zone = BODY_ZONE_HEAD
|
||||
@@ -237,7 +237,7 @@
|
||||
/datum/action/innate/bci_charge_action
|
||||
name = "Check BCI Charge"
|
||||
check_flags = NONE
|
||||
button_icon = 'icons/obj/power.dmi'
|
||||
button_icon = 'icons/obj/machines/cell_charger.dmi'
|
||||
button_icon_state = "cell"
|
||||
|
||||
var/obj/item/circuit_component/bci_core/circuit_component
|
||||
|
||||
Reference in New Issue
Block a user