3.0.0 final touches (#84)
--------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ depends on:
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
version: 2024-10-01
|
||||
depends on:
|
||||
package: magic-mainframe-extras.mse-include
|
||||
version: 2007-09-23
|
||||
@@ -140,8 +140,8 @@ init script:
|
||||
mainframe_walker := { lang_setting("is_planeswalker")(card.type) }
|
||||
loyalty_abilities_count_real := loyalty_abilities_count
|
||||
loyalty_abilities_count := {
|
||||
if mainframe_walker() then loyalty_abilities_count_real() else 0
|
||||
}
|
||||
if mainframe_walker() then loyalty_abilities_count_real(instance:instance, active:active) else 0
|
||||
}@(active:false, instance:1)
|
||||
loyalty_textbox_mask := {"walker_mask.png"}
|
||||
loyalty_textbox_background_image :=
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user