From 845e029b265c8a74faab86c5194035d36d59cb81 Mon Sep 17 00:00:00 2001 From: Rob Palkowski Date: Thu, 3 May 2012 18:39:16 -0700 Subject: [PATCH 1/2] Cybogs with no AI no longer get Asimov-lite Rather, they get the standard NanoTrasen lawset --- code/modules/mob/living/silicon/robot/robot.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 6a07be57098..e70069fe9cd 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -26,9 +26,9 @@ src << "Unit slaved to [connected_ai.name], downloading laws." lawupdate = 1 else - laws = new /datum/ai_laws/asimov + laws = new /datum/ai_laws/nanotrasen/New lawupdate = 0 - src << "Unable to locate an AI, reverting to standard Asimov laws." + src << "Unable to locate an AI, reverting to standard NanoTrasen laws." else laws = new /datum/ai_laws/antimov lawupdate = 0 @@ -1230,4 +1230,4 @@ Frequency: for(var/obj/item/borg/upgrade/flashproof/F in module.modules) return 1 - return 0 \ No newline at end of file + return 0 From 4ed0b200250d47a34188fd8f14ec5384751a5969 Mon Sep 17 00:00:00 2001 From: Rob Palkowski Date: Thu, 3 May 2012 18:39:16 -0700 Subject: [PATCH 2/2] Cyborgs with no AI no longer get Asimov-lite Rather, they get the standard NanoTrasen lawset --- code/modules/mob/living/silicon/robot/robot.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 6a07be57098..e70069fe9cd 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -26,9 +26,9 @@ src << "Unit slaved to [connected_ai.name], downloading laws." lawupdate = 1 else - laws = new /datum/ai_laws/asimov + laws = new /datum/ai_laws/nanotrasen/New lawupdate = 0 - src << "Unable to locate an AI, reverting to standard Asimov laws." + src << "Unable to locate an AI, reverting to standard NanoTrasen laws." else laws = new /datum/ai_laws/antimov lawupdate = 0 @@ -1230,4 +1230,4 @@ Frequency: for(var/obj/item/borg/upgrade/flashproof/F in module.modules) return 1 - return 0 \ No newline at end of file + return 0