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:
Pooble
2025-12-03 12:38:26 -05:00
committed by GitHub
parent 101af16180
commit 2ac3fb2b3e
8 changed files with 54 additions and 4 deletions
+4 -2
View File
@@ -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.