mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Add two new IPC implants, an EMP resist and a Defensive implant (#30911)
* add two new IPC implants * make EMP resisted IPCs take less body damage but more organ damage * oops
This commit is contained in:
@@ -149,8 +149,10 @@
|
||||
#define EXPLODE_LIGHT 3
|
||||
|
||||
#define EMP_HEAVY 1
|
||||
#define EMP_LIGHT 2
|
||||
#define EMP_WEAKENED 3
|
||||
#define EMP_RESIST_ORGAN 2
|
||||
#define EMP_LIGHT 3
|
||||
#define EMP_RESIST_BODY 4
|
||||
#define EMP_WEAKENED 5
|
||||
|
||||
/*
|
||||
* converts life cycle values into deciseconds. try and avoid usage of this.
|
||||
|
||||
Reference in New Issue
Block a user