mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
Added hagawaga and moca_the_porg1 fluff item request plus an extra tail
Roman armor and Explorer suit Striped tail, colorable
This commit is contained in:
@@ -492,6 +492,15 @@
|
||||
|
||||
// H CKEYS
|
||||
|
||||
//hagawaga
|
||||
//Lana Xavier
|
||||
/datum/gear/fluff/hagawaga_romanarmor
|
||||
path = /obj/item/clothing/under/fluff/romanarmor
|
||||
display_name = "Roman Legionary Armor"
|
||||
description = "Basically looks like what you would expect a segmented plated armor from the early Roman Empire to look like."
|
||||
ckeywhitelist = list("hagawaga")
|
||||
character_name = list("Lana Xavier")
|
||||
|
||||
//harpsong
|
||||
//Harpsong
|
||||
/datum/gear/fluff/harpsong_1
|
||||
@@ -681,6 +690,29 @@
|
||||
ckeywhitelist = list("masmc")
|
||||
character_name = list("Kettek Ollarch")
|
||||
|
||||
//Moca_The_Porg1
|
||||
//Mocha
|
||||
/datum/gear/fluff/mochaexploreruniform
|
||||
path = /obj/item/clothing/under/fluff/mocha_uniform
|
||||
display_name = "Winterized Explorer Jumpsuit"
|
||||
description = "A Greenish-white uniform for operating in hazardous environments. This one is suited for colder environments."
|
||||
ckeywhitelist = list("Moca_The_Porg1")
|
||||
character_name = list("Mocha")
|
||||
|
||||
/datum/gear/fluff/mochaexplorersuit
|
||||
path = /obj/item/clothing/vest/fluff/mocha_suit
|
||||
display_name = "Winterized Explorer Suit"
|
||||
description = "An armoured suit for exploring harsh environments. This one seems more suited for winter."
|
||||
ckeywhitelist = list("Moca_The_Porg1")
|
||||
character_name = list("Mocha")
|
||||
|
||||
/datum/gear/fluff/mochaexplorerhood
|
||||
path = /obj/item/clothing/head/hood/mocha_hood
|
||||
display_name = "Winterized Explorer Hood"
|
||||
description = "An armoured hood for exploring harsh environments. This one seems fluffier."
|
||||
ckeywhitelist = list("Moca_The_Porg1")
|
||||
character_name = list("Mocha")
|
||||
|
||||
// N CKEYS
|
||||
//NESgamer190
|
||||
/datum/gear/fluff/lucy_flask
|
||||
|
||||
Reference in New Issue
Block a user