mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +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:
@@ -376,6 +376,9 @@
|
||||
if(EMP_LIGHT)
|
||||
// 3.63 burn damage, 39.93 damage with 11 limbs.
|
||||
receive_damage(0, 3.63)
|
||||
if(EMP_RESIST_BODY)
|
||||
// 1.9 burn damage, 20.9 damage with 11 limbs.
|
||||
receive_damage(0, 1.9)
|
||||
if(EMP_WEAKENED)
|
||||
// 1.32 (2 * .66 burn mod) burn damage, 14.52 damage with 11 limbs.
|
||||
receive_damage(0, 2)
|
||||
|
||||
Reference in New Issue
Block a user