diff --git a/wadsrc/static/zscript/strife/svestuff.txt b/wadsrc/static/zscript/strife/svestuff.txt index 0e17a7eca..1e52df1b5 100644 --- a/wadsrc/static/zscript/strife/svestuff.txt +++ b/wadsrc/static/zscript/strife/svestuff.txt @@ -81,7 +81,7 @@ class SVETalismanRed : Inventory toucher.FindInventory("SVETalismanBlue")) { toucher.A_Print("$MSG_TALISMANPOWER"); - GiveInventoryType("SVETalismanPowerup"); + toucher.GiveInventoryType("SVETalismanPowerup"); } } return useok;