Skip to content

Commit

Permalink
No spacebar anymore, I believe
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr committed May 30, 2024
1 parent bbe3577 commit d7a71ed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions code/datums/trading/unique.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@
TRADER_INSULT_BAD = "Now where do you get off talking to me like that?"
)

possible_wanted_items = list(/mob/living/simple_animal/construct = TRADER_SUBTYPES_ONLY,
/obj/item/melee/cultblade = TRADER_THIS_TYPE,
/obj/item/clothing/head/culthood = TRADER_ALL,
/obj/item/clothing/suit/space/cult = TRADER_ALL,
/obj/item/clothing/suit/cultrobes = TRADER_ALL,
/obj/item/clothing/head/helmet/space/cult = TRADER_ALL,
/obj/structure/cult = TRADER_SUBTYPES_ONLY,
/obj/structure/constructshell = TRADER_ALL,
/mob/living/simple_animal/familiar = TRADER_SUBTYPES_ONLY,
/mob/living/simple_animal/familiar/pet = TRADER_BLACKLIST,
/mob/living/simple_animal/hostile/mimic = TRADER_ALL
possible_wanted_items = list(/mob/living/simple_animal/construct = TRADER_SUBTYPES_ONLY,
/obj/item/melee/cultblade = TRADER_THIS_TYPE,
/obj/item/clothing/head/culthood = TRADER_ALL,
/obj/item/clothing/suit/space/cult = TRADER_ALL,
/obj/item/clothing/suit/cultrobes = TRADER_ALL,
/obj/item/clothing/head/helmet/space/cult = TRADER_ALL,
/obj/structure/cult = TRADER_SUBTYPES_ONLY,
/obj/structure/constructshell = TRADER_ALL,
/mob/living/simple_animal/familiar = TRADER_SUBTYPES_ONLY,
/mob/living/simple_animal/familiar/pet = TRADER_BLACKLIST,
/mob/living/simple_animal/hostile/mimic = TRADER_ALL
)

possible_trading_items = list(/obj/item/clothing/gloves/wizard = TRADER_THIS_TYPE,
Expand Down

0 comments on commit d7a71ed

Please sign in to comment.