Added unavoidable keyvalue/input for combine_mine

This commit is contained in:
Blixibon 2021-03-16 18:24:53 -05:00
parent 415858c009
commit 76a0395cf3

View File

@ -4770,12 +4770,19 @@
16449 : "NPC LOS (MASK_BLOCKLOS)" 16449 : "NPC LOS (MASK_BLOCKLOS)"
] ]
SetUnavoidable(choices) : "Unavoidable" : 0 : "If true, this mine will not be avoided by companion NPCs." =
[
0: "No"
1: "Yes"
]
// Inputs // Inputs
input Disarm(void) : "Disarm this mine (open hooks and shut off) if not placed by player." input Disarm(void) : "Disarm this mine (open hooks and shut off) if not placed by player."
input Bounce(void) : "Causes this mine to instantly bounce straight up into the air." input Bounce(void) : "Causes this mine to instantly bounce straight up into the air."
input BounceAtTarget(target_destination) : "Causes this mine to bounce at the specified entity, regardless of distance." input BounceAtTarget(target_destination) : "Causes this mine to bounce at the specified entity, regardless of distance."
input SetEnemyFilter(target_destination) : "Changes this mine's enemy filter to the named filter." input SetEnemyFilter(target_destination) : "Changes this mine's enemy filter to the named filter."
input SetFriendFilter(target_destination) : "Changes this mine's friend filter to the named filter." input SetFriendFilter(target_destination) : "Changes this mine's friend filter to the named filter."
input SetUnavoidable(bool) : "Sets whether this mine will not be avoided by companion NPCs."
// Outputs // Outputs
output OnPulledUp(void) : "Fires when this mine is uprooted with a physgun." output OnPulledUp(void) : "Fires when this mine is uprooted with a physgun."