Merge pull request #438 from Bram961/master

Pirate outfit
This commit is contained in:
Fox-McCloud
2014-11-07 10:40:46 -05:00
9 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -208,7 +208,7 @@
/obj/effect/landmark/costume/pirate/New()
new /obj/item/clothing/under/pirate(src.loc)
new /obj/item/clothing/suit/pirate(src.loc)
new /obj/item/clothing/suit/pirate_black(src.loc)
var/CHOICE = pick( /obj/item/clothing/head/pirate , /obj/item/clothing/head/bandana )
new CHOICE(src.loc)
new /obj/item/clothing/glasses/eyepatch(src.loc)