From c1db00b5333d333ddfa2c6d8a9a394ba02487bc0 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Tue, 22 Sep 2015 18:57:55 -0700 Subject: [PATCH] Corrected the indentation of the typecast Not my finest moment... --- code/modules/mob/living/silicon/pai/pai.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/pai/pai.dm b/code/modules/mob/living/silicon/pai/pai.dm index 23a5b5b7dd0..b9b72fea496 100644 --- a/code/modules/mob/living/silicon/pai/pai.dm +++ b/code/modules/mob/living/silicon/pai/pai.dm @@ -433,7 +433,7 @@ //Overriding this will stop a number of headaches down the track. /mob/living/silicon/pai/attackby(obj/item/weapon/W as obj, mob/user as mob, params) if(istype(W, /obj/item/stack/nanopaste)) - var/obj/item/stack/nanopaste/N = W + var/obj/item/stack/nanopaste/N = W if (stat == DEAD) user << "The [src] is beyond help, at this point." else if (getBruteLoss() || getFireLoss())