mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
- New Item: Stun gun (#1626) needs batteries and does no damage but knocks out an enemy. Uses new item flag TASER (/1048576)
- New Item: Pepper Spray (#1627) blinds anyone for a few turns if hit in the face, ammo is (#1628), uses ammoflag AMMO_BLIND (2) - Fix: possible division by zero in ammotype description git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5711 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -173,18 +173,19 @@ enum
|
||||
};
|
||||
|
||||
// DEFINES FOR WEAPON HIT EVENT SPECIAL PARAM
|
||||
#define FIRE_WEAPON_NO_SPECIAL 0
|
||||
#define FIRE_WEAPON_BURST_SPECIAL 1
|
||||
#define FIRE_WEAPON_NO_SPECIAL 0
|
||||
#define FIRE_WEAPON_BURST_SPECIAL 1
|
||||
#define FIRE_WEAPON_HEAD_EXPLODE_SPECIAL 2
|
||||
#define FIRE_WEAPON_CHEST_EXPLODE_SPECIAL 3
|
||||
#define FIRE_WEAPON_LEG_FALLDOWN_SPECIAL 4
|
||||
#define FIRE_WEAPON_HIT_BY_KNIFE_SPECIAL 5
|
||||
#define FIRE_WEAPON_SLEEP_DART_SPECIAL 6
|
||||
#define FIRE_WEAPON_BLINDED_BY_SPIT_SPECIAL 7
|
||||
#define FIRE_WEAPON_TOSSED_OBJECT_SPECIAL 8
|
||||
#define FIRE_WEAPON_TOSSED_OBJECT_SPECIAL 8
|
||||
#define FIRE_WEAPON_BLINDED 9
|
||||
#define FIRE_WEAPON_DEAFENED 10
|
||||
#define FIRE_WEAPON_BLINDED_AND_DEAFENED 11
|
||||
#define FIRE_WEAPON_BLINDED_SPECIAL 12 // Flugente: works like FIRE_WEAPON_BLINDED_BY_SPIT_SPECIAL but without the damage dependency
|
||||
|
||||
|
||||
#define NO_INTERRUPTS 0
|
||||
|
||||
Reference in New Issue
Block a user