Remove unneeded args

This commit is contained in:
Tayyyyyyy
2018-05-15 01:15:27 -07:00
parent fea1dada3a
commit 8a8f244d3f
+1 -1
View File
@@ -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)