Skip to content

Commit

Permalink
Merge pull request Baystation12#34309 from SuhEugene/traders-sell-mem…
Browse files Browse the repository at this point in the history
…orials

Disallow tranders to sell unique memorials
  • Loading branch information
Spookerton authored Nov 5, 2023
2 parents 680575e + 0c11bd3 commit 68e695a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maps/torch/structures/signs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@
. = ..()
if (distance <= 2 && length(fallen))
to_chat(user, "<b>The fallen:</b> [jointext(fallen, "<br>")]")

// Disallow trader to sell unique memorial
/datum/trader/trading_beacon/manufacturing/New()
possible_trading_items[/obj/structure/sign/memorial] = TRADER_BLACKLIST_ALL

0 comments on commit 68e695a

Please sign in to comment.