Pirate outfit

A new outfit looking like the one a pirate captain would wear
This commit is contained in:
Bram961
2014-10-24 17:16:42 +02:00
parent 90ac5bf563
commit 1e8681cc11
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)