From c87d93ba51c34c71f7ceab7fd311c83df7071c40 Mon Sep 17 00:00:00 2001 From: flappybatpal Date: Thu, 2 Jan 2025 14:44:12 +0000 Subject: [PATCH] Add stamps as spy bounty targets --- code/datums/gamemodes/spy_theft.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/datums/gamemodes/spy_theft.dm b/code/datums/gamemodes/spy_theft.dm index e44247fb16343..5e3732fdb645a 100644 --- a/code/datums/gamemodes/spy_theft.dm +++ b/code/datums/gamemodes/spy_theft.dm @@ -326,6 +326,15 @@ station_bounties[/obj/item/paper/book/from_file/pharmacopia] = 1 station_bounties[/obj/item/reagent_containers/mender] = 2 + station_bounties[/obj/item/stamp/qm] = 1 + station_bounties[/obj/item/stamp/law] = 2 + station_bounties[/obj/item/stamp/rd] = 2 + station_bounties[/obj/item/stamp/md] = 2 + station_bounties[/obj/item/stamp/ce] = 2 + station_bounties[/obj/item/stamp/cap] = 2 + station_bounties[/obj/item/stamp/hop] = 2 + station_bounties[/obj/item/stamp/hos] = 2 + station_bounties[/obj/item/reagent_containers/food/drinks/mug/HoS] = 1 station_bounties[/obj/item/reagent_containers/food/drinks/rum_spaced] = 2 station_bounties[/obj/item/reagent_containers/food/drinks/bottle/thegoodstuff] = 2