mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Fixes rig armor not working and some other armor stuff. (#11365)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user