You kick me down but I bite back

Attacks

talons and magboots

missing icons, legcuff check

meme references, magboot stomping toned down

ops

f

remove magstomp from vox magboots

p

do indows properly

hotkeys, cl

vox can bite silicon

Fix inconsistencies and typos
This commit is contained in:
unid15
2016-02-19 19:24:09 +01:00
parent 8a08f174da
commit 2b060d322c
44 changed files with 605 additions and 85 deletions

View File

@@ -426,6 +426,7 @@ var/global/list/BODY_COVER_VALUE_LIST=list("[HEAD]" = COVER_PROTECTION_HEAD,"[EY
#define M_LASER 9 // harm intent - click anywhere to shoot lasers from eyes
#define M_CLAWS 10 // Deal extra damage with punches (but without gloves), can butcher animals without tools
#define M_BEAK 11 // Can buther animals without tools
#define M_TALONS 12 // Bonus kick damage
//#define HEAL 12 // (Not implemented) healing people with hands
//#define SHADOW 13 // (Not implemented) shadow teleportation (create in/out portals anywhere) (25%)
//#define SCREAM 14 // (Not implemented) supersonic screaming (25%)
@@ -1445,3 +1446,8 @@ var/proccalls = 1
#define DISP_TELECOMMS "Telecomms"
#define DISP_MECHANICS "Mechanics"
#define DISP_TELESCIENCE "Telescience"
//Human attack types
#define NORMAL_ATTACK 0
#define ATTACK_BITE 1
#define ATTACK_KICK 2