Skip to content

Commit

Permalink
Disallow tranders to sell unique memorials
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 5, 2023
1 parent aa8df9c commit 0c11bd3
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 0c11bd3

Please sign in to comment.