From 0877539315dca67c43e3485e4a67896e239c8ef8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 3 May 2017 22:06:00 +0200 Subject: [PATCH] - fixed: The Talisman powerup for SVE was given to the wrong actor. --- wadsrc/static/zscript/strife/svestuff.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;