mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
Support 28 additional hats for corgis. (#15669)
- /obj/item/clothing/head/HoS - /obj/item/clothing/head/HoS/beret - /obj/item/clothing/head/beret/sec - /obj/item/clothing/head/bowlerhat - /obj/item/clothing/head/caphat/parade - /obj/item/clothing/head/hardhat/dblue - /obj/item/clothing/head/hardhat/orange - /obj/item/clothing/head/hardhat/red - /obj/item/clothing/head/helmet/roman - /obj/item/clothing/head/justice_wig - /obj/item/clothing/head/soft/black - /obj/item/clothing/head/soft/blue - /obj/item/clothing/head/soft/green - /obj/item/clothing/head/soft/grey - /obj/item/clothing/head/soft/mime - /obj/item/clothing/head/soft/purple - /obj/item/clothing/head/soft/rainbow - /obj/item/clothing/head/soft/red - /obj/item/clothing/head/soft/sec - /obj/item/clothing/head/soft/yellow - /obj/item/clothing/head/surgery/black - /obj/item/clothing/head/surgery/blue - /obj/item/clothing/head/surgery/green - /obj/item/clothing/head/surgery/purple - /obj/item/clothing/head/wizard/black - /obj/item/clothing/head/wizard/magus - /obj/item/clothing/head/wizard/marisa - /obj/item/reagent_containers/glass/bucket
This commit is contained in:
@@ -124,6 +124,10 @@
|
||||
name = "Pyromancer REAL_NAME"
|
||||
speak = list("YAP", "Woof!", "Bark!", "AUUUUUU", "ONI SOMA!")
|
||||
|
||||
/datum/dog_fashion/head/black_wizard
|
||||
name = "Necromancer REAL_NAME"
|
||||
speak = list("YAP", "Woof!", "Bark!", "AUUUUUU")
|
||||
|
||||
/datum/dog_fashion/head/cardborg
|
||||
name = "Borgi"
|
||||
speak = list("Ping!","Beep!","Woof!")
|
||||
@@ -148,6 +152,8 @@
|
||||
name = "Corgi Tech REAL_NAME"
|
||||
desc = "The reason your yellow gloves have chew-marks."
|
||||
|
||||
/datum/dog_fashion/head/softcap
|
||||
|
||||
/datum/dog_fashion/head/reindeer
|
||||
name = "REAL_NAME the red-nosed Corgi"
|
||||
emote_hear = list("lights the way!", "illuminates.", "yaps!")
|
||||
@@ -208,3 +214,38 @@
|
||||
/datum/dog_fashion/head/fried_vox_empty
|
||||
name = "Colonel REAL_NAME"
|
||||
desc = "Keep away from live vox."
|
||||
|
||||
/datum/dog_fashion/head/HoS
|
||||
name = "Head of Security REAL_NAME"
|
||||
desc = "Probably better than the last HoS."
|
||||
|
||||
/datum/dog_fashion/head/beret/sec
|
||||
name = "Officer REAL_NAME"
|
||||
desc = "Ever-loyal, ever-vigilant."
|
||||
|
||||
/datum/dog_fashion/head/bowlerhat
|
||||
name = "REAL_NAME"
|
||||
desc = "A sophisticated city gent."
|
||||
|
||||
/datum/dog_fashion/head/surgery
|
||||
name = "Nurse-in-Training REAL_NAME"
|
||||
desc = "The most adorable bed-side manner ever."
|
||||
|
||||
/datum/dog_fashion/head/bucket
|
||||
name = "REAL_NAME"
|
||||
desc = "A janitor's best friend."
|
||||
|
||||
/datum/dog_fashion/head/justice_wig
|
||||
name = "Arbiter REAL_NAME"
|
||||
desc = "Head of the High Court of Cute."
|
||||
|
||||
/datum/dog_fashion/head/wizard/magus
|
||||
name = "Battlemage REAL_NAME"
|
||||
|
||||
/datum/dog_fashion/head/wizard/marisa
|
||||
name = "Witch REAL_NAME"
|
||||
desc = "Flying broom not included."
|
||||
|
||||
/datum/dog_fashion/head/roman
|
||||
name = "Imperator REAL_NAME"
|
||||
desc = "For the Senate and the people of Rome!"
|
||||
|
||||
Reference in New Issue
Block a user