- 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
1 changed files with 1 additions and 1 deletions

View File

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