-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# About the pull request This PR adds a 1s spawn protection window when larva bursts from an embryo. The mob has godmode for this duration and will signal no ignite. The `RECENTSPAWN` flag helps identify a temporary godmode, and is what also makes all bullets miss temporarily. This also can be a useful admin tool since the time is variable callable on any living mob. # Explain why it's good for the game Unnested bursts are already near suicide for someone to take. This should hopefully make a narrow escape possible. Marines can still trap bursts, but merely shooting the burst immediately will no longer work for 1s. # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> https://youtu.be/u1PXcbKuUWc </details> # Changelog :cl: Drathek add: Chestbursters now have spawn protections for 1s (godmode, evasion, and ignores fire) /:cl:
- Loading branch information
Showing
5 changed files
with
18 additions
and
2 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