mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
## About The Pull Request See title. ## Why It's Good For The Game Code is cleaner, and more readable/intuitive Technically closes https://github.com/tgstation/dev-cycles-initiative/issues/8 ## Changelog 🆑 refactor: armor, from the ground up basically /🆑 Co-authored-by: Mothblocks <35135081+Mothblocks@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"
|