Skip to content

Commit

Permalink
Add stamps as spy bounty targets
Browse files Browse the repository at this point in the history
  • Loading branch information
flappybatpal committed Jan 2, 2025
1 parent e5c3803 commit c87d93b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/datums/gamemodes/spy_theft.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c87d93b

Please sign in to comment.