-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
map changes, goon corpses and the start of adding survivors
- Loading branch information
1 parent
fd3bce6
commit 8c8c3f2
Showing
13 changed files
with
866 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
115 changes: 115 additions & 0 deletions
115
code/modules/gear_presets/survivors/lv_759/preset_hybrisa.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
// Civillian | ||
|
||
/datum/equipment_preset/survivor/chaplain/hybrisa | ||
name = "Survivor - Hybrisa Chaplain" | ||
assignment = "Hybrisa Chaplain" | ||
|
||
/datum/equipment_preset/survivor/chaplain/hybrisa/load_gear(mob/living/carbon/human/new_human) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/nun(new_human), WEAR_JACKET) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/nun_hood(new_human), WEAR_HEAD) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/holidaypriest(new_human), WEAR_JACKET) | ||
..() | ||
|
||
// Colonial Marshalls | ||
|
||
/datum/equipment_preset/survivor/colonial_marshal/hybrisa | ||
name = "Survivor - Hybrisa Colonial Marshal Deputy" | ||
assignment = "CMB Deputy" | ||
|
||
/datum/equipment_preset/survivor/colonial_marshal/hybrisa/load_gear(mob/living/carbon/human/new_human) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/CM_uniform(new_human), WEAR_BODY) | ||
new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CMB/limited(new_human), WEAR_L_EAR) | ||
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec(new_human), WEAR_BACK) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/CMB(new_human), WEAR_HEAD) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/CMB(new_human), WEAR_JACKET) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc(new_human), WEAR_FEET) | ||
..() | ||
|
||
// Doctors / Science | ||
|
||
/datum/equipment_preset/survivor/doctor/hybrisa | ||
name = "Survivor - Hybrisa Doctor" | ||
assignment = "Hybrisa Doctor" | ||
|
||
/datum/equipment_preset/survivor/doctor/hybrisa/load_gear(mob/living/carbon/human/new_human) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/surgery/blue(new_human), WEAR_HEAD) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/blue(new_human), WEAR_BODY) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white(new_human), WEAR_FEET) | ||
..() | ||
|
||
/datum/equipment_preset/survivor/scientist/hybrisa | ||
name = "Survivor - Hybrisa Researcher" | ||
assignment = "Hybrisa Researcher" | ||
|
||
/datum/equipment_preset/survivor/scientist/hybrisa/load_gear(mob/living/carbon/human/new_human) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/rd(new_human), WEAR_BODY) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret/jan(new_human), WEAR_HEAD) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/researcher(new_human), WEAR_JACKET) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex(new_human), WEAR_HANDS) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET) | ||
..() | ||
|
||
// Engineering | ||
|
||
/datum/equipment_preset/survivor/trucker/hybrisa | ||
name = "Survivor - Hybrisa Heavy Vehicle Operator" | ||
assignment = "Hybrisa Heavy Vehicle Operator" | ||
skills = /datum/skills/civilian/survivor/trucker | ||
|
||
/datum/equipment_preset/survivor/trucker/hybrisa/load_gear(mob/living/carbon/human/new_human) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/green(new_human), WEAR_BODY) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber/grey(new_human), WEAR_JACKET) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) | ||
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/trucker(new_human), WEAR_HEAD) | ||
new_human.equip_to_slot_or_del(new /obj/item/tool/weldingtool/hugetank(new_human), WEAR_IN_BACK) | ||
..() | ||
|
||
/datum/equipment_preset/survivor/engineer/hybrisa/hydro | ||
name = "Survivor - Hydro Electric Engineer" | ||
assignment = "Hydro Electric Engineer" | ||
|
||
/datum/equipment_preset/survivor/engineer/hybrisa/hydro/load_gear(mob/living/carbon/human/new_human) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/khaki(new_human), WEAR_BODY) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/black(new_human), WEAR_JACKET) | ||
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat(new_human), WEAR_HEAD) | ||
..() | ||
|
||
/datum/equipment_preset/survivor/engineer/hybrisa | ||
name = "Survivor - Maintenance Technician" | ||
assignment = " Maintenance Technician" | ||
|
||
/datum/equipment_preset/survivor/engineer/hybrisa/load_gear(mob/living/carbon/human/new_human) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/engi(new_human), WEAR_BODY) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest(new_human), WEAR_JACKET) | ||
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/orange(new_human), WEAR_HEAD) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) | ||
..() | ||
|
||
// Weyland Yutani Corpo | ||
|
||
/datum/equipment_preset/survivor/corporate/hybrisa | ||
name = "Survivor - Hybrisa Corporate Liaison" | ||
assignment = "Hybrisa Corporate Liaison" | ||
|
||
/datum/equipment_preset/survivor/corporate/hybrisa/load_gear(mob/living/carbon/human/new_human) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/ivy(new_human), WEAR_BODY) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest(new_human), WEAR_JACKET) | ||
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable(new_human), WEAR_BACK) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) | ||
..() | ||
|
||
/datum/equipment_preset/survivor/security/hybrisa | ||
name = "Survivor - Hybrisa Security Guard" | ||
assignment = "Hybrisa Security Guard" | ||
|
||
/datum/equipment_preset/survivor/security/hybrisa/load_gear(mob/living/carbon/human/new_human) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/blue(new_human), WEAR_BODY) | ||
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec(new_human), WEAR_BACK) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc(new_human), WEAR_HEAD) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/security(new_human), WEAR_JACKET) | ||
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate(new_human), WEAR_FEET) | ||
..() |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.