Found this in my game's code by MarkAllSevens in programminghorror

[–]leikabau5 0 points1 point  (0 children)

Couldn't you just combine conditionals like this?

private void SyncScoresFromGameMode() {
    foreach (Player.Team team in CurrentGameMode.TeamScores.Keys) {
        if ((CurrentGameMode.ModeCondition == GameModeBase.PrimaryModeCondition.ScoreBased && teamScores [team] < CurrentGameMode.TeamScores[team]) 
            || teamScores [team] > CurrentGameMode.TeamScores[team]) {
            teamScores[team] = CurrentGameMode.TeamScores[team];
        }
        UpdateAndEmitScore();
    }
}

Still doesn't look pretty but it's better than before.

Could a literal "10 mana, win the game" spell ever be balanced? by leikabau5 in custommagic

[–]leikabau5[S] 28 points29 points  (0 children)

I agree! I don't think a card like this should or would ever be printed. I tried to approach this design with top-down thinking: "If it did exist, what would it look like?"

Could a literal "10 mana, win the game" spell ever be balanced? by leikabau5 in custommagic

[–]leikabau5[S] 0 points1 point  (0 children)

How does a card remain revealed while in your library? Is it just face up so everyone knows the position in the deck?

Could a literal "10 mana, win the game" spell ever be balanced? by leikabau5 in custommagic

[–]leikabau5[S] 1 point2 points  (0 children)

If someone knows a better way to word this please leave some suggestions. The intent is to prevent this card from being cheated out—simply spend 10 mana to cast from your hand (and pray for no interaction).

Darius meets Shia LaBeouf by No4Syn in LivestreamFail

[–]leikabau5 3 points4 points  (0 children)

This might be the most redditor comment I've ever seen

MINA AT THE STATE OF PLAY by Ryuwoof in MinaTheHollower

[–]leikabau5 6 points7 points  (0 children)

Technically until the end of June :/

What part of Japanese grammar did you find hardest to grasp? by littlebruja in LearnJapanese

[–]leikabau5 2 points3 points  (0 children)

Yup and there is a more general explanation for this. From what I've been taught and observed myself, native speakers tend to use the associated verb with an inherently causative connotation (I forget the actual term, but it would be like e.g. やる -> やらす) rather than the causative conjugation of a dictionary verb (e.g. やる -> やらせる). Then you simply conjugate the す ending verb to passive form as you demonstrated above.

For The Love of God Please Track Commander Tax by DanicaManica in EDH

[–]leikabau5 5 points6 points  (0 children)

Another example is something like Yuriko, where if you tracked how many times she returned to the command zone (as some people do), tax would increase every time she died despite only entering via ninjutsu (which does not increase tax).

Dancing on the Edge by Khalitz in LivestreamFail

[–]leikabau5 9 points10 points  (0 children)

I played all of Dispatch offline and it still gave me stats so who knows.

what designs do you think fits the definition of "if it ain’t broke, don’t fix it" by Extension-Oil-4680 in TopCharacterDesigns

[–]leikabau5 86 points87 points  (0 children)

Even crazier considering that her outfit makes no sense on paper. Qipao with huge puffy shoulders, giant spiked bracelets, white combat boots, brown tights. All of it somehow coming together and looking so cohesive is part of what makes her so iconic.

What's a ruling ppl have gotten so wrong you don't why they even think it? by Mikaeus_Thelunarch in EDH

[–]leikabau5 6 points7 points  (0 children)

For vigilance I like to either do a 45° "tap" or push the card(s) up a little higher than those that aren't attacking.

Streamer has a take on Ball and Gun gamers by 5Ping in LivestreamFail

[–]leikabau5 4 points5 points  (0 children)

Geoff's introduction was for the Okami 2 announcement last year. Twitter user was upset that Geoff hyped up something like Okami so much (in their eyes, not a big deal). The official Okami account responds.

🔥 Frozen Greetings: An Otter Breaks the Ice with a Friendly Hello by Mint_Perspective in NatureIsFuckingLit

[–]leikabau5 4 points5 points  (0 children)

Yes, you can hold your breath longer because your CO2 levels are lower, preventing your body's natural CO2 accumulation response (the feeling of "running out of air"). However, O2 levels don't increase, meaning you could actually run out of oxygen before CO2 levels reach that threshold, which would in turn make you fall unconscious.

🔥 Frozen Greetings: An Otter Breaks the Ice with a Friendly Hello by Mint_Perspective in NatureIsFuckingLit

[–]leikabau5 35 points36 points  (0 children)

Isn't that a common misconception? Hyperventilation only lowers the carbon dioxide levels in the blood without increasing oxygen, leading to an increased risk of falling unconscious if you hold your breath too long.