Skip to content

Commit

Permalink
FIX: FBI WARRANT (#591)
Browse files Browse the repository at this point in the history
## About The Pull Request

FBI doesn't get suspicion and so on. Finally FBI players will be on the
same level as policemen.

## Changelog

FBI now has warrant flag

---------

Co-authored-by: Joshua Kidder <[email protected]>
  • Loading branch information
JohnChiffir and Metekillot authored Jan 25, 2025
1 parent af1c0b9 commit 82f9d0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/vtmb/jobs/fbi.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@
l_hand = /obj/item/vamp/keys/police
r_hand = /obj/item/police_radio
backpack_contents = list(/obj/item/card/id/police/sergeant=1, /obj/item/passport=1, /obj/item/implant/radio=1, /obj/item/camera/detective=1, /obj/item/camera_film=1, /obj/item/taperecorder=1, /obj/item/tape=1, /obj/item/vamp/creditcard=1, /obj/item/ammo_box/vampire/c45acp=1, /obj/item/storage/firstaid/ifak=1)

/datum/outfit/job/fbi/post_equip(mob/living/carbon/human/agent)
..()
agent.ignores_warrant = TRUE

0 comments on commit 82f9d0f

Please sign in to comment.