mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #4741 from Jwguy/Silver-KoyoFluffApp
Adds Koyo's Fluff Item Box
This commit is contained in:
@@ -242,6 +242,17 @@
|
|||||||
spawner_type = /mob/living/simple_mob/animal/passive/cat/tabiranth
|
spawner_type = /mob/living/simple_mob/animal/passive/cat/tabiranth
|
||||||
deliveryamt = 1
|
deliveryamt = 1
|
||||||
|
|
||||||
|
// Jwguy: Koyo Akimomi
|
||||||
|
/obj/item/weapon/storage/box/fluff/koyoakimomi
|
||||||
|
name = "Koyo's Cosplay Box"
|
||||||
|
desc = "One of many traditional wolfgirl clothing sets that Koyo owns. Awoo!"
|
||||||
|
has_items = list(
|
||||||
|
/obj/item/clothing/head/fluff/wolfgirl,
|
||||||
|
/obj/item/clothing/shoes/fluff/wolfgirl,
|
||||||
|
/obj/item/clothing/under/fluff/wolfgirl,
|
||||||
|
/obj/item/weapon/melee/fluffstuff/wolfgirlsword,
|
||||||
|
/obj/item/weapon/shield/fluff/wolfgirlshield)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Swimsuits, for general use, to avoid arriving to work with your swimsuit.
|
Swimsuits, for general use, to avoid arriving to work with your swimsuit.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -486,6 +486,12 @@ character_name: Harmony Pretchl
|
|||||||
item_path: /obj/item/device/modkit_conversion/fluff/harmonyspace
|
item_path: /obj/item/device/modkit_conversion/fluff/harmonyspace
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ckey: jwguy
|
||||||
|
character_name: Koyo Akimomi
|
||||||
|
item_path: /obj/item/weapon/storage/box/fluff/koyoakimomi
|
||||||
|
}
|
||||||
|
|
||||||
# ######## K CKEYS
|
# ######## K CKEYS
|
||||||
{
|
{
|
||||||
ckey: kazkin
|
ckey: kazkin
|
||||||
|
|||||||
Reference in New Issue
Block a user