mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 00:22:39 +00:00
* Adds Gondola Mutants + Progression to DNA Infuser + QoL * Update dna_infuser.dm --------- Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
12 lines
420 B
Plaintext
12 lines
420 B
Plaintext
//Martial arts defines
|
|
|
|
#define MARTIALART_BOXING "boxing"
|
|
#define MARTIALART_CQC "CQC"
|
|
#define MARTIALART_HUGS_OF_THE_GONDOLA "hugs of the gondola"
|
|
#define MARTIALART_KRAVMAGA "krav maga"
|
|
#define MARTIALART_MUSHPUNCH "mushroom punch"
|
|
#define MARTIALART_PLASMAFIST "plasma fist"
|
|
#define MARTIALART_PSYCHOBRAWL "psychotic brawling"
|
|
#define MARTIALART_SLEEPINGCARP "sleeping carp"
|
|
#define MARTIALART_WRESTLING "wrestling"
|