Skip to content

Commit

Permalink
Add Ballistic Stun Taser to Sheriff and Deputy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroNetAlpha committed Jul 8, 2023
1 parent 76de4cf commit 573cc52
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions code/modules/jobs/job_types/oasis.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Town access doors
Sheriff/Deputy, Gatehouse etc: 62 ACCESS_GATEWAY
General access: 25 ACCESS_BAR
Clinic surgery/storage: 68 ACCESS_CLONING
Shopkeeper: 34 ACCESS_CARGO_BOT
Shopkeeper: 34 ACCESS_CARGO_BOT / 31 ACCESS CARGO
Barkeep : 28 ACCESS_KITCHEN - you jebronis made default bar for no reason bruh
Prospector : 48 ACCESS_MINING
Detective : 4 ACCESS_FORENSICS_LOCKERS
Expand Down Expand Up @@ -293,10 +293,11 @@ Mayor
/obj/item/storage/pill_bottle/chem_tin/radx,
/obj/item/storage/box/deputy_badges = 1,
/obj/item/restraints/handcuffs = 1,
/obj/item/melee/classic_baton = 1,
/obj/item/melee/baton/loaded = 1,
/obj/item/melee/onehanded/knife/bowie = 1,
/obj/item/grenade/flashbang = 1,
/obj/item/storage/belt/army = 1
/obj/item/storage/belt/army = 1,
/obj/item/gun/energy/taser = 1
)

/datum/outfit/loadout/thelaw
Expand All @@ -305,7 +306,7 @@ Mayor
head = /obj/item/clothing/head/f13/town/sheriff
uniform = /obj/item/clothing/under/f13/police/formal
neck = /obj/item/storage/belt/shoulderholster
r_hand = /obj/item/gun/ballistic/rifle/repeater/brush
//r_hand = /obj/item/gun/ballistic/rifle/repeater/brush
shoes = /obj/item/clothing/shoes/f13/military/plated

//backpack_contents = list(
Expand Down Expand Up @@ -412,7 +413,8 @@ Mayor
/obj/item/melee/onehanded/knife/bowie = 1,
/obj/item/grenade/flashbang = 1,
/obj/item/flashlight/seclite = 1,
/obj/item/storage/belt/army/assault = 1
/obj/item/storage/belt/army/assault = 1,
/obj/item/gun/energy/taser = 1
)

/datum/outfit/loadout/frontierjustice
Expand Down Expand Up @@ -1219,8 +1221,8 @@ Mayor
)

outfit = /datum/outfit/job/den/f13quartermaster
access = list(ACCESS_BAR, ACCESS_CARGO_BOT)
minimal_access = list(ACCESS_BAR, ACCESS_CARGO_BOT)
access = list(ACCESS_BAR, ACCESS_CARGO_BOT, ACCESS_CARGO)
minimal_access = list(ACCESS_BAR, ACCESS_CARGO_BOT, ACCESS_CARGO)
matchmaking_allowed = list(
/datum/matchmaking_pref/friend = list(
/datum/job/oasis
Expand Down Expand Up @@ -1316,8 +1318,8 @@ Mayor
)

outfit = /datum/outfit/job/den/f13shopkeeper
access = list(ACCESS_BAR, ACCESS_CARGO_BOT)
minimal_access = list(ACCESS_BAR, ACCESS_CARGO_BOT)
access = list(ACCESS_BAR, ACCESS_CARGO_BOT, ACCESS_CARGO)
minimal_access = list(ACCESS_BAR, ACCESS_CARGO_BOT, ACCESS_CARGO)
matchmaking_allowed = list(
/datum/matchmaking_pref/friend = list(
/datum/job/oasis
Expand Down

0 comments on commit 573cc52

Please sign in to comment.