mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixes some min_broken_damage values being too low. (#14663)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
toxin_type = CE_CARDIOTOXIC
|
||||
|
||||
max_damage = 45
|
||||
min_broken_damage = 25
|
||||
relative_size = 5
|
||||
damage_reduction = 0.7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user