Fixes rig armor not working and some other armor stuff. (#11365)

This commit is contained in:
Matt Atlas
2021-03-04 12:52:27 -03:00
committed by GitHub
parent 4922b6df02
commit e7eef8b7db
11 changed files with 80 additions and 21 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
if(islist(armor))
for(var/type in armor)
if(armor[type])
AddComponent(/datum/component/armor, armor, armor_degradation_speed)
AddComponent(/datum/component/armor, armor)
break
/obj/item/Destroy()