Skip to content

Commit

Permalink
[MIRROR] [NO GBP] Fixes plasmaman nukeop reinforcements being given t…
Browse files Browse the repository at this point in the history
…he wrong outfits (#1499)

* [NO GBP] Fixes plasmaman nukeop reinforcements being given the wrong outfits (#82004)

## About The Pull Request

This updates the plasmaman species outfit registry to consider all
reinforcement outfits the game can pick for you. I mistakenly only
overwrote the base type of reinforcement costumes, meaning plasmamen
wouldn't actually be given a plasmaman outfit and would burst into
flames and die upon spawning.

Now, every reinforcement outfit redirects to the base plasmaman
reinforcement outfit, because making 5 new plasmaman variants of
existing outfits felt like an unwieldy solution.
## Why It's Good For The Game

I was told that plasmamen die when spawned in as nukie reinforcements.
They probably shouldn't be doing that.
## Changelog
:cl: Rhials
fix: Plasmamen nukie reinforcements are now properly given a
plasmaman-safe outfit.
/:cl:

* [NO GBP] Fixes plasmaman nukeop reinforcements being given the wrong outfits

---------

Co-authored-by: Rhials <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Mar 18, 2024
1 parent 68fecd0 commit 5a34500
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
/datum/outfit/syndicate/full = /datum/outfit/syndicate/full/plasmaman,
/datum/outfit/syndicate/leader = /datum/outfit/syndicate/leader/plasmaman,
/datum/outfit/syndicate/reinforcement = /datum/outfit/syndicate/reinforcement/plasmaman,
/datum/outfit/syndicate/reinforcement/cybersun = /datum/outfit/syndicate/reinforcement/plasmaman,
/datum/outfit/syndicate/reinforcement/donk = /datum/outfit/syndicate/reinforcement/plasmaman,
/datum/outfit/syndicate/reinforcement/gorlex = /datum/outfit/syndicate/reinforcement/plasmaman,
/datum/outfit/syndicate/reinforcement/interdyne = /datum/outfit/syndicate/reinforcement/plasmaman,
/datum/outfit/syndicate/reinforcement/mi13 = /datum/outfit/syndicate/reinforcement/plasmaman,
/datum/outfit/syndicate/reinforcement/waffle = /datum/outfit/syndicate/reinforcement/plasmaman,
)

/// If the bones themselves are burning clothes won't help you much
Expand Down

0 comments on commit 5a34500

Please sign in to comment.