Merge pull request #6034 from VOREStation/upstream-merge-6470

[MIRROR] Fixes typo in flexitac melee protection
This commit is contained in:
Novacat
2019-10-05 21:24:16 -04:00
committed by GitHub

View File

@@ -107,7 +107,7 @@
name = "tactical light helmet"
desc = "A tan helmet made from advanced ceramic with an integrated tactical flashlight."
icon_state = "flexitac"
armor = list(40, bullet = 40, laser = 60, energy = 35, bomb = 30, bio = 0, rad = 0)
armor = list(melee = 40, bullet = 40, laser = 60, energy = 35, bomb = 30, bio = 0, rad = 0)
siemens_coefficient = 0.6
brightness_on = 6
light_overlay = "helmet_light_dual_green"