]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Borgs can no longer see mindshield + AI can no longer toggle off seeing job icons...
authorScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Fri, 1 Nov 2024 02:32:28 +0000 (03:32 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 02:32:28 +0000 (21:32 -0500)
* :(

* Removed the sprite + updated RSI

Resources/Prototypes/Actions/station_ai.yml
Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml
Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Resources/Textures/Interface/Actions/actions_ai.rsi/job_view.png [deleted file]
Resources/Textures/Interface/Actions/actions_ai.rsi/meta.json

index 58513d7db162c43193c464c8ecc8d276ea46dbdb..dc706038100b66a3343ab91bcc1ebe921f5dbffc 100644 (file)
@@ -5,35 +5,20 @@
   description: Sends your eye back to the core.
   components:
   - type: InstantAction
-    priority: -10
+    priority: -9
     itemIconStyle: BigAction
     icon:
       sprite: Interface/Actions/actions_ai.rsi
       state: ai_core
     event: !type:JumpToCoreEvent
 
-- type: entity
-  id: ActionShowJobIcons
-  name: Show job icons
-  description: Shows job icons for crew members.
-  components:
-  - type: InstantAction
-    priority: -5
-    itemIconStyle: BigAction
-    icon:
-      sprite: Interface/Actions/actions_ai.rsi
-      state: job_view
-    event: !type:ActionComponentChangeEvent
-      components:
-      - type: ShowJobIcons
-
 - type: entity
   id: ActionSurvCameraLights
   name: Toggle camera lights
   description: Enable surveillance camera lights near wherever you're viewing.
   components:
   - type: InstantAction
-    priority: -6
+    priority: -5
     itemIconStyle: BigAction
     icon:
       sprite: Interface/Actions/actions_ai.rsi
index c65db8fe19fbb484a437c0fb7ed51a010074a038..0db92ac941d47fdaf123c40fb11739e5d1a67d30 100644 (file)
   - type: AccessReader
     access: [["Command"], ["Research"]]
   - type: ShowJobIcons
-  - type: ShowMindShieldIcons
 
 - type: entity
   id: BaseBorgChassisSyndicate
index 1c3862e99a32ef556c6ce9803ea91878d66450da..0a40e64fd77970af8ef05e322368f501073cef48 100644 (file)
     icon: { sprite: Interface/Actions/actions_ai.rsi, state: mass_scanner }
     iconOn: Interface/Actions/actions_ai.rsi/mass_scanner.png
     keywords: [ "AI", "console", "interface" ]
-    priority: -7
+    priority: -6
     event: !type:ToggleIntrinsicUIEvent { key: enum.RadarConsoleUiKey.Key }
 
 - type: entity
     icon: { sprite: Interface/Actions/actions_ai.rsi, state: crew_monitor }
     iconOn: Interface/Actions/actions_ai.rsi/crew_monitor.png
     keywords: [ "AI", "console", "interface" ]
-    priority: -9
+    priority: -8
     event: !type:ToggleIntrinsicUIEvent { key: enum.CrewMonitoringUIKey.Key }
 
 - type: entity
     icon: { sprite: Interface/Actions/actions_ai.rsi, state: station_records }
     iconOn: Interface/Actions/actions_ai.rsi/station_records.png
     keywords: [ "AI", "console", "interface" ]
-    priority: -8
+    priority: -7
     event: !type:ToggleIntrinsicUIEvent { key: enum.GeneralStationRecordConsoleKey.Key }
index 7391e5709f31e574dc4036697b2d8d51a79b84c9..be2b5a44f95320924613abcc7ced91fd75e2eb6f 100644 (file)
@@ -33,7 +33,6 @@
   - type: ActionGrant
     actions:
     - ActionJumpToCore
-    - ActionShowJobIcons
     - ActionSurvCameraLights
     - ActionAIViewLaws
   - type: UserInterface
@@ -72,6 +71,7 @@
     color: "#2ed2fd"
   - type: Speech
     speechVerb: Robotic
+  - type: ShowJobIcons
 
 - type: entity
   id: AiHeldIntellicard
diff --git a/Resources/Textures/Interface/Actions/actions_ai.rsi/job_view.png b/Resources/Textures/Interface/Actions/actions_ai.rsi/job_view.png
deleted file mode 100644 (file)
index b407c47..0000000
Binary files a/Resources/Textures/Interface/Actions/actions_ai.rsi/job_view.png and /dev/null differ
index 1efee13f3aae0f630a167e8078ae2484f5386dd6..434b9052e0410280b992c6cd11c7d51284858976 100644 (file)
@@ -28,9 +28,6 @@
                {
                        "name": "mass_scanner"
                },
-               {
-                       "name": "job_view"
-               },
                {
                        "name": "comms_console"
                },