diff --git a/indestructable/CHANGELOG.md b/indestructable/CHANGELOG.md index 4f96d96..a56f655 100644 --- a/indestructable/CHANGELOG.md +++ b/indestructable/CHANGELOG.md @@ -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. diff --git a/indestructable/Makefile b/indestructable/Makefile index de7026b..4580f3c 100644 --- a/indestructable/Makefile +++ b/indestructable/Makefile @@ -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 diff --git a/indestructable/ca.ancilla.indestructable/Indestructable.zs b/indestructable/ca.ancilla.indestructable/Indestructable.zs index bbd3ac7..70ade85 100644 --- a/indestructable/ca.ancilla.indestructable/Indestructable.zs +++ b/indestructable/ca.ancilla.indestructable/Indestructable.zs @@ -127,7 +127,6 @@ class ::IndestructableForce : Inventory { } void ShowLevelStartMessage() { - console.printf("showstartmsg"); AdjustLives(0, -1, -1); }