Skip to content

Commit

Permalink
[MIRROR] Disallow tranders to sell unique memorials
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene authored and SierraHelper committed Nov 5, 2023
1 parent 9926af3 commit 4e473e6
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 4e473e6

Please sign in to comment.