Skip to content

Commit

Permalink
Update warden.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba authored Sep 19, 2024
1 parent f6c12a6 commit 634dfa2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/modules/jobs/job_types/warden.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
spawn_positions = 1
supervisors = SUPERVISOR_HOS
minimal_player_age = 7
exp_requirements = 600 //monkestation edit changed warden to require 10 hours as sec instead of 5 hours as crew
exp_requirements = 300
exp_required_type = EXP_TYPE_CREW
exp_required_type_department = EXP_TYPE_SECURITY
exp_granted_type = EXP_TYPE_CREW
config_tag = "WARDEN"

Expand Down Expand Up @@ -50,9 +49,9 @@
id_trim = /datum/id_trim/job/warden
uniform = /obj/item/clothing/under/rank/security/warden
suit = /obj/item/clothing/suit/armor/vest/warden/alt
suit_store = /obj/item/gun/energy/disabler
backpack_contents = list(
/obj/item/evidencebag = 1,
/obj/item/gun/energy/disabler = 1, //monkestation edit: moved disabler to bag
)
belt = /obj/item/modular_computer/pda/warden
ears = /obj/item/radio/headset/headset_sec/alt
Expand Down

0 comments on commit 634dfa2

Please sign in to comment.