From aa2cf3c469150e2442a4ff6205fa033f0ef04071 Mon Sep 17 00:00:00 2001 From: Ahammer18 Date: Tue, 10 Mar 2015 20:35:11 -0500 Subject: [PATCH] Added drone asses --- code/modules/paperwork/photocopier.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index f49516e8f76..6822c9b65f4 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -132,6 +132,8 @@ temp_img = icon("icons/ass/assfemale.png") else //In case anyone ever makes the generic ass. For now I'll be using male asses. temp_img = icon("icons/ass/assmale.png") + else if(isdrone (ass) || istype(ass,/mob/living/simple_animal/drone)) //Drones are hot + temp_img = icon("icons/ass/assdrone.png") else break var/obj/item/weapon/photo/p = new /obj/item/weapon/photo (loc)