Fixes some min_broken_damage values being too low. (#14663)

This commit is contained in:
Matt Atlas
2022-08-20 17:54:31 +02:00
committed by GitHub
parent 275c744f23
commit 1d1d3fe87f
3 changed files with 43 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
parent_organ = BP_HEAD
robotic_name = "optical sensors"
max_damage = 45
min_broken_damage = 25
relative_size = 5
var/list/eye_colour = list(0,0,0)
var/singular_name = "eye"
+1
View File
@@ -8,6 +8,7 @@
toxin_type = CE_CARDIOTOXIC
max_damage = 45
min_broken_damage = 25
relative_size = 5
damage_reduction = 0.7