Skip to content

Commit

Permalink
Big Red Liaison Survivor (#3746)
Browse files Browse the repository at this point in the history
# About the pull request
Adds a Corporate Liaison survivor to Solaris Ridge. Tested it, was able
to spawn in and select it via the role category selection thing.
# Explain why it's good for the game
more options for roleplay are good, the map didn't have a survivor for
the corporate category, plus it makes sense to have one because of the
map's lore + the new liaison drip gets more use
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl: IowaPotatoFarmer
add: Solaris Ridge now has a Corporate Liaison survivor.
/:cl:
  • Loading branch information
toolmind committed Jun 28, 2023
1 parent 8bfd05b commit 6857776
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions code/modules/gear_presets/survivors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,20 @@

..()

/datum/equipment_preset/survivor/corporate/solaris
name = "Survivor - Solaris Ridge Corporate Liaison"
assignment = "Solaris Ridge Corporate Liaison"

/datum/equipment_preset/survivor/corporate/solaris/load_gear(mob/living/carbon/human/new_human)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/outing/red(new_human), WEAR_BODY)
if(new_human.disabilities & NEARSIGHTED)
new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/prescription(new_human), WEAR_EYES)
else
new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses(new_human), WEAR_EYES)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(new_human), WEAR_FEET)

..()

// ----- Security Survivor

/datum/equipment_preset/survivor/security
Expand Down
1 change: 1 addition & 0 deletions maps/bigredv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"/datum/equipment_preset/survivor/trucker/solaris",
"/datum/equipment_preset/survivor/security/solaris",
"/datum/equipment_preset/survivor/colonial_marshal/solaris",
"/datum/equipment_preset/survivor/corporate/solaris",
"/datum/equipment_preset/survivor/clf",
"/datum/equipment_preset/survivor/civilian"
],
Expand Down

0 comments on commit 6857776

Please sign in to comment.