- fixed: The Talisman powerup for SVE was given to the wrong actor.

This commit is contained in:
Christoph Oelckers 2017-05-03 22:06:00 +02:00
parent 5a450b5eaa
commit 0877539315

View file

@ -81,7 +81,7 @@ class SVETalismanRed : Inventory
toucher.FindInventory("SVETalismanBlue")) toucher.FindInventory("SVETalismanBlue"))
{ {
toucher.A_Print("$MSG_TALISMANPOWER"); toucher.A_Print("$MSG_TALISMANPOWER");
GiveInventoryType("SVETalismanPowerup"); toucher.GiveInventoryType("SVETalismanPowerup");
} }
} }
return useok; return useok;