mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 12:38:41 +01:00
## About The Pull Request adds generic system for atom health / integrity / damage everything that isn't flagged with not-bludgeonable can, well, now be bludgeoned. ## Why It's Good For The Game more interactive game world through the means of making people able to break Everything. ## Changelog 🆑 add: atom damage - (almost) everything is now breakable. refactor: new /atom level materials system refactor: a lot of the combat system / click code refactor: melee attack styles /🆑 --------- Co-authored-by: silicons <no@you.cat>
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
#define ATTACK_ANIMATION_PUNCH "punch"
|
|
#define ATTACK_ANIMATION_DISARM "disarm"
|
|
#define ATTACK_ANIMATION_CLAW "claw"
|
|
#define ATTACK_ANIMATION_KICK "kick"
|
|
#define ATTACK_ANIMATION_BITE "bite"
|
|
#define ATTACK_ANIMATION_SMASH "smash"
|