From 1e186839c6aab8db52b25e8a32e5969cdf30867c Mon Sep 17 00:00:00 2001 From: DJSnapshot Date: Fri, 28 Feb 2014 17:36:50 -0800 Subject: [PATCH] added IPCs(machines) to list to make it easier on everyone. --- code/modules/mob/living/carbon/human/human.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 886af5d1455..7dc0594a8fe 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -36,6 +36,10 @@ species = new /datum/species/diona(src) ..() +/mob/living/carbon/human/machine/New() + species = new /datum/species/machine(src) + h_style = "blue IPC screen" + /mob/living/carbon/human/New() if(!species)