Skip to content

Commit

Permalink
Removes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Watchson committed Mar 19, 2024
1 parent 0dd1f57 commit f85804a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/gear_presets/corpses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
/datum/equipment_preset/corpse/prisoner
name = "Corpse - Prisoner"
assignment = "Prisoner"
xenovictim = TRUE

/datum/equipment_preset/corpse/prisoner/load_gear(mob/living/carbon/human/new_human)
add_ice_colony_survivor_equipment(new_human)
Expand All @@ -76,7 +75,6 @@
/datum/equipment_preset/corpse/chef
name = "Corpse - Chef"
assignment = "Chef"
xenovictim = TRUE
access = list(ACCESS_CIVILIAN_PUBLIC)

/datum/equipment_preset/corpse/chef/load_gear(mob/living/carbon/human/new_human)
Expand Down Expand Up @@ -289,7 +287,6 @@
/datum/equipment_preset/corpse/prison_guard
name = "Corpse - Prison Guard"
assignment = "Prison Guard"
xenovictim = TRUE
access = list(
ACCESS_CIVILIAN_PUBLIC,
ACCESS_CIVILIAN_LOGISTICS,
Expand Down Expand Up @@ -320,7 +317,6 @@
rank = JOB_DIVISION_MANAGER
faction_group = FACTION_LIST_WY
paygrade = PAY_SHORT_WYC8
xenovictim = TRUE
access = list(
ACCESS_WY_GENERAL,
ACCESS_WY_COLONIAL,
Expand Down

0 comments on commit f85804a

Please sign in to comment.