fixes emps, tweaks protean balancing number sagain (#6424)

This commit is contained in:
silicons
2024-05-05 12:41:41 +02:00
committed by GitHub
parent 963c0eaf53
commit 5bc1c44c9a
8 changed files with 23 additions and 17 deletions
+6 -3
View File
@@ -186,13 +186,13 @@
var/burn_damage = 0
switch(severity)
if (1)
burn_damage += rand(10, 16)
burn_damage += rand(10, 14)
if (2)
burn_damage += rand(8, 12)
burn_damage += rand(7, 8.5)
if(3)
burn_damage += rand(4, 8)
if(4)
burn_damage += rand(2, 6)
burn_damage += rand(2, 5)
if(burn_damage)
inflict_bodypart_damage(
@@ -357,6 +357,9 @@
// todo: this is awful
var/sharp = damage_mode & DAMAGE_MODE_SHARP
var/edge = damage_mode & DAMAGE_MODE_EDGE
// cache owner incase we get detached
// todo: this is awful
var/mob/living/carbon/owner = src.owner
// todo: lol this is shit
// legacy: organ damage on high damage
+1 -1
View File
@@ -2,7 +2,7 @@
/obj/item/organ/external/chest/unbreakable/nano
robotic = ORGAN_NANOFORM
encased = FALSE
max_damage = 100
max_damage = 200
min_broken_damage = 1000
vital = TRUE
emp_mod = 7