mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
pAI Access Lock Program Fix (#9138)
The modular computer pAI access lock program should properly only show when you have a pAI in your computer.
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
return
|
||||
found = TRUE
|
||||
hard_drive = H
|
||||
hard_drive.parent_computer = src
|
||||
hard_drive.install_default_programs()
|
||||
else if(istype(H, /obj/item/computer_hardware/network_card))
|
||||
if(network_card)
|
||||
to_chat(user, SPAN_WARNING("\The [src]'s network card slot is already occupied by \the [network_card]."))
|
||||
|
||||
Reference in New Issue
Block a user