mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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.FindInventory("SVETalismanBlue"))
|
||||||
{
|
{
|
||||||
toucher.A_Print("$MSG_TALISMANPOWER");
|
toucher.A_Print("$MSG_TALISMANPOWER");
|
||||||
GiveInventoryType("SVETalismanPowerup");
|
toucher.GiveInventoryType("SVETalismanPowerup");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return useok;
|
return useok;
|
||||||
|
|
Loading…
Reference in a new issue