mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Adds Create Custom Outfit admin verb
Sechud fix
This commit is contained in:
+1
-16
@@ -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
|
||||
Reference in New Issue
Block a user