mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +00:00
Console AI Eject Fix (#11234)
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
verbs += /obj/item/modular_computer/proc/eject_usb
|
||||
if(battery_module && battery_module.hotswappable)
|
||||
verbs += /obj/item/modular_computer/proc/eject_battery
|
||||
if(ai_slot && ai_slot.stored_card)
|
||||
if(ai_slot)
|
||||
verbs += /obj/item/modular_computer/proc/eject_ai
|
||||
if(personal_ai)
|
||||
verbs += /obj/item/modular_computer/proc/eject_personal_ai
|
||||
|
||||
6
html/changelogs/geeves-intellicard_console.yml
Normal file
6
html/changelogs/geeves-intellicard_console.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixes the Eject AI option not appearing on consoles that spawn with an AI slot."
|
||||
Reference in New Issue
Block a user