Files
Bubberstation/code/__DEFINES/melee.dm
SkyratBot 61592cbc16 [MIRROR] Adds Gondola Mutants + Progression to DNA Infuser + QoL [MDB IGNORE] (#19660)
* 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>
2023-03-10 05:02:30 +00:00

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"