mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
subtypes are very cool
hi x2
This commit is contained in:
@@ -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!"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user