mirror of
https://github.com/KabKebab/GS13.git
synced 2026-03-27 21:52:58 +00:00
10 lines
358 B
Plaintext
10 lines
358 B
Plaintext
//Martial arts defines
|
|
|
|
#define MARTIALART_BOXING "boxing"
|
|
#define MARTIALART_WRESTLING "wrestling"
|
|
#define MARTIALART_SLEEPINGCARP "sleeping carp"
|
|
#define MARTIALART_PSYCHOBRAWL "psychotic brawling"
|
|
#define MARTIALART_MUSHPUNCH "mushroom punch"
|
|
#define MARTIALART_KRAVMAGA "krav maga"
|
|
#define MARTIALART_CQC "CQC"
|
|
#define MARTIALART_PLASMAFIST "plasma fist" |