mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
* Refactors armor into dedicated subtypes * start * most tg things * pain (#18584) * shit * non-mod changes * compile Co-authored-by: John Doe <gamingskeleton3@gmail.com> * #18291 * compile fix * ??? Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Co-authored-by: John Doe <gamingskeleton3@gmail.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
19 lines
467 B
Plaintext
19 lines
467 B
Plaintext
/obj/item/clothing/head/costume/crown
|
|
name = "crown"
|
|
desc = "A crown fit for a king, a petty king maybe."
|
|
icon_state = "crown"
|
|
armor_type = /datum/armor/costume_crown
|
|
resistance_flags = FIRE_PROOF
|
|
|
|
/datum/armor/costume_crown
|
|
melee = 15
|
|
energy = 10
|
|
fire = 100
|
|
acid = 50
|
|
wound = 5
|
|
|
|
/obj/item/clothing/head/costume/crown/fancy
|
|
name = "magnificent crown"
|
|
desc = "A crown worn by only the highest emperors of the <s>land</s> space."
|
|
icon_state = "fancycrown"
|