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:
@@ -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
|
||||
|
||||
@@ -42,6 +42,9 @@
|
||||
- type: Tag
|
||||
id: CanPilot
|
||||
|
||||
- type: Tag
|
||||
id: CannotSuicide
|
||||
|
||||
- type: Tag
|
||||
id: CaptainSabre
|
||||
|
||||
|
||||
Reference in New Issue
Block a user