Fixes Holoparasites killing their hosts when suiciding. (#7465)

* Fixes Holoparasites from killing their hosts when suiciding

* Adds the CannotSuicide tag to the Guardian Parent

This way it effects all guardian types and not just holoparasites.

* Adds check, fixes whitespace

* Fixes the ghosting check
This commit is contained in:
keronshb
2022-04-08 00:37:39 -04:00
committed by GitHub
parent dc79b36b55
commit c2f0198243
3 changed files with 19 additions and 1 deletions

View File

@@ -86,6 +86,9 @@
interactSuccessString: petting-success-holo
interactFailureString: petting-failure-holo
successChance: 0.7
- type: Tag
tags:
- CannotSuicide
# From the uplink injector
- type: entity
@@ -123,4 +126,4 @@
- state: magic_base
- state: magic_flare
color: "#d14730"
shader: unshaded
shader: unshaded

View File

@@ -42,6 +42,9 @@
- type: Tag
id: CanPilot
- type: Tag
id: CannotSuicide
- type: Tag
id: CaptainSabre