mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes Intellicard view-locking bug (#20682)
* Update ai_core.dm * Update ai.dm * Update mecha.dm * Update mecha.dm * Update mecha.dm * Update ai_core.dm * Update ai.dm * Update ai_core.dm * Update ai.dm * Update ai_core.dm
This commit is contained in:
committed by
AnturK
parent
355dcbc96d
commit
9d54b28e9b
@@ -240,7 +240,7 @@ atom/proc/transfer_ai(interaction, mob/user, mob/living/silicon/ai/AI, obj/item/
|
||||
if(interaction == AI_TRANS_FROM_CARD)
|
||||
AI.control_disabled = 0
|
||||
AI.radio_enabled = 1
|
||||
AI.loc = loc//To replace the terminal.
|
||||
AI.forceMove(loc) // to replace the terminal.
|
||||
AI << "You have been uploaded to a stationary terminal. Remote device connection restored."
|
||||
user << "<span class='boldnotice'>Transfer successful</span>: [AI.name] ([rand(1000,9999)].exe) installed and executed successfully. Local copy has been removed."
|
||||
card.AI = null
|
||||
|
||||
Reference in New Issue
Block a user