mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed: The Talisman powerup for SVE was given to the wrong actor.
This commit is contained in:
parent
5a450b5eaa
commit
0877539315
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class SVETalismanRed : Inventory
|
|||
toucher.FindInventory("SVETalismanBlue"))
|
||||
{
|
||||
toucher.A_Print("$MSG_TALISMANPOWER");
|
||||
GiveInventoryType("SVETalismanPowerup");
|
||||
toucher.GiveInventoryType("SVETalismanPowerup");
|
||||
}
|
||||
}
|
||||
return useok;
|
||||
|
|
Loading…
Reference in a new issue