mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
Merge branch 'master' into upstream-merge-12996
This commit is contained in:
@@ -60,6 +60,42 @@
|
||||
ckeywhitelist = list("aegisoa")
|
||||
character_name = list("Xander Bevin")
|
||||
|
||||
/datum/gear/fluff/charlotte_medal
|
||||
path = /obj/item/clothing/accessory/medal/silver/security
|
||||
display_name = "Charlotte's Robust Security Medal"
|
||||
ckeywhitelist = list("alfalah")
|
||||
character_name = list("Charlotte Graves")
|
||||
|
||||
/datum/gear/fluff/charlotte_medal_2
|
||||
path = /obj/item/clothing/accessory/medal/conduct
|
||||
display_name = "Charlotte's Medal of Conduct"
|
||||
ckeywhitelist = list("alfalah")
|
||||
character_name = list("Charlotte Graves")
|
||||
|
||||
/datum/gear/fluff/charlotte_cigarettes
|
||||
path = /obj/item/weapon/storage/fancy/fluff/charlotte
|
||||
display_name = "Charlotte's cigarette case"
|
||||
ckeywhitelist = list("alfalah")
|
||||
character_name = list("Charlotte Graves")
|
||||
|
||||
/datum/gear/fluff/fifi_hat
|
||||
path = /obj/item/clothing/head/fluff/fifi_hat
|
||||
display_name = "Fifi's hat"
|
||||
ckeywhitelist = list("allweek")
|
||||
character_name = list("Fifi The Magnificent")
|
||||
|
||||
/datum/gear/fluff/fifi_jumpsuit
|
||||
path = /obj/item/clothing/under/fluff/fifi_jumpsuit
|
||||
display_name = "Fifi's jumpsuit"
|
||||
ckeywhitelist = list("allweek")
|
||||
character_name = list("Fifi The Magnificent")
|
||||
|
||||
/datum/gear/fluff/fifi_hat
|
||||
path = /obj/item/clothing/shoes/fluff/fifi_socks
|
||||
display_name = "Fifi's socks"
|
||||
ckeywhitelist = list("allweek")
|
||||
character_name = list("Fifi The Magnificent")
|
||||
|
||||
/datum/gear/fluff/lynn_penlight
|
||||
path = /obj/item/device/flashlight/pen/fluff/lynn
|
||||
display_name = "Lynn's Penlight"
|
||||
@@ -1255,7 +1291,8 @@
|
||||
character_name = list("Nehi Maximus")
|
||||
|
||||
/datum/gear/fluff/lucky_amour
|
||||
path = /obj/item/device/modkit_conversion/crusader_luck
|
||||
path = /obj/item/clothing/suit/armor/combat/crusader_costume/lucky
|
||||
display_name = "Lucky's amour"
|
||||
ckeywhitelist = list ("thedavestdave")
|
||||
character_name = list("Lucky")
|
||||
allowed_roles = "Chaplain"
|
||||
@@ -94,15 +94,10 @@
|
||||
|
||||
/datum/gear/schnapsen
|
||||
display_name = "schnapsen playing cards"
|
||||
<<<<<<< HEAD
|
||||
description = "French-suit playing cards! Pre-picked for 2-player mode."
|
||||
path = /obj/item/weapon/deck/schnapsen
|
||||
=======
|
||||
description = "An ancient Austro-Hungarian suit of cards!"
|
||||
path = /obj/item/weapon/deck/schnapsen
|
||||
|
||||
/datum/gear/egy_game
|
||||
display_name = "EGY playing cards"
|
||||
description = "A deck of cards for playing EGY! Be the first to lose all cards!"
|
||||
path = /obj/item/weapon/deck/egy
|
||||
>>>>>>> 421d3113d2... Merge pull request #12996 from Runa-Dacino/uno_eris
|
||||
path = /obj/item/weapon/deck/egy
|
||||
Reference in New Issue
Block a user