subtypes are very cool

hi x2
This commit is contained in:
Paxilmaniac
2020-01-11 20:49:40 -08:00
parent 191d3f06c3
commit f3d037929c
2 changed files with 10 additions and 15 deletions
+9 -14
View File
@@ -7,20 +7,6 @@
slot_flags = ITEM_SLOT_EARS
resistance_flags = NONE
/obj/item/clothing/ears/spacepods
name = "nanotrasen space pods"
desc = "Flex your money, AND ignore what everone else says, all at once!"
icon = 'icons/obj/clothing/accessories.dmi'
icon_state = "spacepods"
item_state = "spacepods"
strip_delay = 100 //air pods don't fall out
custom_premium_price = 1800
/obj/item/clothing/ears/spacepods/ComponentInitialize()
. = ..()
AddElement(/datum/element/earhealing)
AddComponent(/datum/component/wearertargeting/earprotection, list(ITEM_SLOT_EARS))
/obj/item/clothing/ears/earmuffs
name = "earmuffs"
desc = "Protects your hearing from loud noises, and quiet ones as well."
@@ -36,6 +22,15 @@
AddElement(/datum/element/earhealing)
AddComponent(/datum/component/wearertargeting/earprotection, list(ITEM_SLOT_EARS))
/obj/item/clothing/ears/earmuffs/spacepods
name = "nanotrasen space pods"
desc = "Flex your money, AND ignore what everone else says, all at once!"
icon = 'icons/obj/clothing/accessories.dmi'
icon_state = "spacepods"
item_state = "spacepods"
strip_delay = 100 //air pods don't fall out
custom_premium_price = 1800
/obj/item/clothing/ears/headphones
name = "headphones"
desc = "Unce unce unce unce. Boop!"
+1 -1
View File
@@ -127,7 +127,7 @@
/obj/item/clothing/under/pants/mustangjeans = 1,
/obj/item/clothing/neck/necklace/dope = 3,
/obj/item/clothing/suit/jacket/letterman_nanotrasen = 1,
/obj/item/clothing/ears/spacepods = 1)
/obj/item/clothing/ears/earmuffs/spacepods = 1)
refill_canister = /obj/item/vending_refill/clothing
default_price = 60
extra_price = 120