From 8a8f244d3fd1366382de17731ca9ed233eebce21 Mon Sep 17 00:00:00 2001 From: Tayyyyyyy Date: Tue, 15 May 2018 01:15:27 -0700 Subject: [PATCH] Remove unneeded args --- code/modules/mob/living/carbon/human/npcs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/npcs.dm b/code/modules/mob/living/carbon/human/npcs.dm index 45de6634d61..c21c1990cbe 100644 --- a/code/modules/mob/living/carbon/human/npcs.dm +++ b/code/modules/mob/living/carbon/human/npcs.dm @@ -6,7 +6,7 @@ species_restricted = list("Monkey") /mob/living/carbon/human/monkey/punpun/Initialize(mapload) - ..(mapload, "Monkey") + ..() name = "Pun Pun" real_name = name equip_to_slot(new /obj/item/clothing/under/punpun(src), slot_w_uniform)