Add containerization and make this bad boy work on Windows and MacOS
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef SECTION_ENDTURN_H_
|
||||
#define SECTION_ENDTURN_H_
|
||||
|
||||
#define endturn_EX1_105\
|
||||
{\
|
||||
def(card_list_s, tiny); tiny = hsl_cards_by_name(HSL_fake_deck, CN_TINY); def(card_list_s, tc); foreach(tc, tiny) { hsl_change_attack(card(tc), 2); hsl_increase_health(card(tc), 2); hsl_add_single_attachment(HSL_player, HSL_fake_deck, card(tc), card(tc)); } \
|
||||
}
|
||||
|
||||
#define __SECTION_ENDTURN\
|
||||
endturn_EX1_105\
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user