summaryrefslogtreecommitdiff
path: root/src/strife/doomdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/doomdef.h')
-rw-r--r--src/strife/doomdef.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/strife/doomdef.h b/src/strife/doomdef.h
index 1423bf51..536e99d3 100644
--- a/src/strife/doomdef.h
+++ b/src/strife/doomdef.h
@@ -185,14 +185,15 @@ typedef enum
// Power up artifacts.
+// villsa [STRIFE]
typedef enum
{
- pw_invulnerability,
pw_strength,
pw_invisibility,
pw_ironfeet,
pw_allmap,
- pw_infrared,
+ pw_communicator,
+ pw_targeter,
NUMPOWERS
} powertype_t;
@@ -206,10 +207,10 @@ typedef enum
//
typedef enum
{
- INVULNTICS = (30*TICRATE),
- INVISTICS = (60*TICRATE),
- INFRATICS = (120*TICRATE),
- IRONTICS = (60*TICRATE)
+ INVISTICS = (55*TICRATE), // villsa [STRIFE] changed from 60 to 55
+ IRONTICS = (80*TICRATE), // villsa [STRIFE] changed from 60 to 80
+ PMUPTICS = (80*TICRATE), // villsa [STRIFE]
+ TARGTICS = (160*TICRATE),// villsa [STRIFE]
} powerduration_t;