mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Cleaned up intelicard/aifixer code some.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@164 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
for(var/mob/living/silicon/ai/A in src)
|
||||
|
||||
// Already have an AI
|
||||
if(M.client)
|
||||
user << "<b>Transfer failed</b>: Existing daemon found on this terminal. Remove existing daemon to install a new one."
|
||||
if(M.real_name != "Inactive AI")
|
||||
user << "<b>Transfer failed</b>: Existing AI found on this terminal. Remove existing AI to install a new one."
|
||||
return
|
||||
// else if(M.stat != A.stat)
|
||||
// user << "<b>Transfer failed</b>: Unable to establish connection."
|
||||
@@ -77,6 +77,8 @@
|
||||
src.icon_state = "aicard-full"
|
||||
O << "You have been downloaded to a mobile storage device. Remote device connection severed."
|
||||
user << "<b>Transfer succeeded</b>: [O.name] ([rand(1000,9999)].exe) removed from host terminal and stored within local memory."
|
||||
else
|
||||
user << "There isn't an AI on this terminal."
|
||||
|
||||
attack(mob/living/silicon/decoy/M as mob, mob/user as mob)
|
||||
if (!istype (M, /mob/living/silicon/decoy))
|
||||
|
||||
Reference in New Issue
Block a user