Fixed typo in code.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1734 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-06-26 12:00:17 +00:00
parent 33b05e7330
commit 532e8ef65d
+1 -1
View File
@@ -436,7 +436,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
M.equip_if_possible(new /obj/item/clothing/under/pirate(M), M.slot_w_uniform)
M.equip_if_possible(new /obj/item/clothing/shoes/brown(M), M.slot_shoes)
M.equip_if_possible(new /obj/item/clothing/suit/space/pirate(M), M.slot_wear_suit)
M.equip_if_possible(new /obj/item/clothing/head/space/pirate(M), M.slot_head)
M.equip_if_possible(new /obj/item/clothing/head/helmet/space/pirate(M), M.slot_head)
M.equip_if_possible(new /obj/item/clothing/glasses/eyepatch(M), M.slot_glasses)
M.equip_if_possible(new /obj/item/weapon/sword/pirate(M), M.slot_r_hand)