Skip to content

Commit

Permalink
Replaces wardens energy gun (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Aug 11, 2023
1 parent 7b962be commit f392abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
new /obj/item/clothing/gloves/krav_maga(src)
new /obj/item/door_remote/head_of_security(src)
new /obj/item/gun/ballistic/shotgun/automatic/combat/compact(src)
new /obj/item/shield/riot/flash(src) //NSV13 - strobe shield instead of energy weaponry
new /obj/item/ammo_box/c9mm/rubber(src) //NSV13 - rubber bullets
new /obj/item/storage/box/deputy(src)

Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/warden.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
glasses = /obj/item/clothing/glasses/hud/security/sunglasses
r_pocket = /obj/item/assembly/flash/handheld
l_pocket = /obj/item/restraints/handcuffs
suit_store = /obj/item/gun/energy/e_gun/advtaser //NSV13 - give the guy in charge of the brig a better nonlethal
suit_store = /obj/item/gun/ballistic/automatic/pistol/glock/security //NSV13 - weird energy gun is not good
backpack_contents = list(/obj/item/melee/baton/loaded=1,
/obj/item/gun/ballistic/tazer, /obj/item/ammo_box/magazine/tazer_cartridge_storage, /obj/item/ammo_box/magazine/glock, /obj/item/squad_pager/all_channels, /obj/item/melee/classic_baton/police=1) //NSV13

Expand Down

0 comments on commit f392abb

Please sign in to comment.