Skip to content

Commit a92073f

Browse files
authored
Update deprecated_functions.lua
1 parent 8224b89 commit a92073f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

deprecated_functions.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ end
3434
--Functions deprecated since version 41.0:
3535
make_deprecated_function_no_replacement("Duel.GetEnvironment", "You should use Duel.IsEnvironment to check if a field spell is active on the field.")
3636
make_deprecated_function_no_replacement("Duel.GetTributeCount", "You should use Duel.CheckTribute and relative functions to check if a monster can be tribute summoned.")
37-
make_deprecated_function_alias("Auxiliary.bfgcost","Cost.SelfBanish")
3837
make_deprecated_function_alias("Auxiliary.selfbanishcost","Cost.SelfBanish")
3938
make_deprecated_function_alias("Auxiliary.SelfBanishCost","Cost.SelfBanish")
4039
make_deprecated_function_alias("Auxiliary.DiscardCost","Cost.Discard")

0 commit comments

Comments
 (0)