-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Xenos scuttle + Allied Xenos Using Doors (#3915)
# About the pull request Reviving #3128 since I finally have time to work on these again Fixing scuttle code and incidentally, allied xenos opening doors # Explain why it's good for the game Playable facehuggers were intended to scuttle but the code wasn't updated to handle them. This refactors the code so that all small xenos ( larva, facehugger, future small castes?) can scuttle properly and removes duplicate code from both the updated facehugger code and old larva scuttle code that wasn't up to date in code style ( one letter var names for example ) Incidentally, I fix allied xenos using hive's doors. So allied xenos can toggle hive doors and allied small xenos can scuttle hive's doors # Changelog :cl: fix: Xenos allied to the hive can now open hive's doors fix: Huggers can now scuttle doors code: Combined hugger + larva code to allow for any small castes to scuttle /:cl: Co-authored-by: harryob <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
38 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