Adds Create Custom Outfit admin verb

Sechud fix
This commit is contained in:
AnturK
2015-09-08 14:41:15 +02:00
parent b3b18d0080
commit c2a26c81e7
6 changed files with 222 additions and 19 deletions
+1 -16
View File
@@ -72,19 +72,4 @@
post_equip(H)
return 1
//Example
/datum/outfit/test
name = "Test Outfit"
uniform = /obj/item/clothing/under/color/grey
suit = /obj/item/clothing/suit/space
shoes = /obj/item/clothing/shoes/sneakers/black
head = /obj/item/clothing/head/helmet/space
back = /obj/item/weapon/storage/backpack
mask = /obj/item/clothing/mask/breath
backpack_contents = list(/obj/item/weapon/c4=5,/obj/item/weapon/kitchen/knife=1)
r_hand = /obj/item/weapon/c4
/datum/outfit/test/post_equip(mob/living/carbon/human/H)
H.say("I love bombs!")
return 1