From dba4ed1f3aa954078f63f48f51f1c050da4f6978 Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Fri, 8 Jul 2016 01:31:06 +0100 Subject: [PATCH] Fixes Tiger's suggestions - 2 instances of "ass" changed to "H" --- code/modules/paperwork/photocopier.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index a41c4d487f5..6b970de4ca1 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -231,11 +231,11 @@ if(emagged) if(ishuman(ass)) var/mob/living/carbon/human/H = ass - to_chat(ass,"Something smells toasty...") + to_chat(H,"Something smells toasty...") var/obj/item/organ/external/G = H.get_organ("groin") G.take_damage(0, 30) spawn(20) - ass.emote("scream") + H.emote("scream") else to_chat(ass,"Something smells toasty...") ass.apply_damage(30, BURN)