From f8c9c7c591f6e81cdbdb1bdb6c954c0f5dc5e32b Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Sun, 8 Jan 2017 21:18:16 +0000 Subject: [PATCH 1/2] pAI HUD Tweak --- code/modules/mob/living/carbon/human/examine.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index ff7622731d6..918ed71b836 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -516,7 +516,6 @@ return istype(H.glasses, /obj/item/clothing/glasses/hud/health) || istype(H.glasses, /obj/item/clothing/glasses/hud/health/health_advanced) || istype(CIH,/obj/item/organ/internal/cyberimp/eyes/hud/medical) else return 0 - else if(istype(M, /mob/living/silicon)) switch(hudtype) if("security") return 1 From 0592171c6c57e8ac9da62e9e44a7521c0b09d2f0 Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Sun, 8 Jan 2017 21:19:02 +0000 Subject: [PATCH 2/2] pAI HUD Tweak - Commit derped, no idea why --- code/modules/mob/living/carbon/human/examine.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 918ed71b836..d14c22289e7 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -516,6 +516,7 @@ return istype(H.glasses, /obj/item/clothing/glasses/hud/health) || istype(H.glasses, /obj/item/clothing/glasses/hud/health/health_advanced) || istype(CIH,/obj/item/organ/internal/cyberimp/eyes/hud/medical) else return 0 + else if(isrobot(M) || isAI(M)) //Stand-in/Stopgap to prevent pAIs from freely altering records, pending a more advanced Records system switch(hudtype) if("security") return 1