Skip to content

Commit

Permalink
Remove stray debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicFrog committed Aug 6, 2022
1 parent 3ddc99d commit 4bef196
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions indestructable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.2

- Fix: remove leftover debugging message

# 0.2.1

- New: options for different visual effects when the mod activates, as well as disabling VFX entirely.
Expand Down
2 changes: 1 addition & 1 deletion indestructable/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=Indestructable
VERSION=0.2.1
VERSION=0.2.2
LUMPS=CVARINFO MAPINFO MENUDEF zscript.txt
LUMPS+=*.md
ZSDIR=ca.ancilla.indestructable
Expand Down
1 change: 0 additions & 1 deletion indestructable/ca.ancilla.indestructable/Indestructable.zs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ class ::IndestructableForce : Inventory {
}

void ShowLevelStartMessage() {
console.printf("showstartmsg");
AdjustLives(0, -1, -1);
}

Expand Down

0 comments on commit 4bef196

Please sign in to comment.