Skip to content

Commit

Permalink
Update signature for Detonate
Browse files Browse the repository at this point in the history
  • Loading branch information
Αθηνα 𒂗𒃶𒌌𒀭𒈾 Washington committed Jan 24, 2021
1 parent d761377 commit a27b2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FungalGasGrenade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class LimberFungalGasGrenade : GasGrenade {
}
}

public override bool Detonate(Cell C, GameObject Actor = null, GameObject ApparentTarget = null) {
public override bool Detonate(Cell C, GameObject Actor = null, GameObject ApparentTarget = null, bool Indirect = false) {
PlayWorldSound(GetPropertyOrTag("DetonatedSound"), 1f, combat: true);
Utility.Puff(Color, C, Actor, ParentObject, true);
DidX("burst", terminalPunctuation: "!");
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Limber",
"description": "Enriches interaction with limbs and fungi",
"tags": "Limbs,Fungus",
"version": "0.2.2-alpha",
"version": "0.2.3-alpha",
"author": "Kizby",
"previewImage": "preview.png"
}

0 comments on commit a27b2a8

Please sign in to comment.