HomeWildfire Games

Add XPtrickle test after rP23541, cleanup promotion test.

Description

Add XPtrickle test after rP23541, cleanup promotion test.

Patch By: Freagarach
Differentital Revision: https://code.wildfiregames.com/D2670

Event Timeline

wraitii added a subscriber: wraitii.EditedJun 6 2020, 10:01 AM

I actually rather dislike moving out of a function. yes it's rather useless, but that means you pollute the global scope with temporaries, and it's annoying.

If you want to add a new test (cf D2188) you need to remove the 'let' for all the stuff you've already written, and then things will break in weird ways. It's just annoying.