Quote the armor lists (#35668)

This commit is contained in:
Jordan Brown
2018-02-16 01:25:42 -05:00
committed by ShizCalev
parent aa3d4c4fe8
commit d282c60c7d
148 changed files with 362 additions and 355 deletions

View File

@@ -5,7 +5,7 @@
secure = TRUE
locked = TRUE
max_integrity = 500
armor = list(melee = 30, bullet = 50, laser = 50, energy = 100, bomb = 0, bio = 0, rad = 0, fire = 80, acid = 80)
armor = list("melee" = 30, "bullet" = 50, "laser" = 50, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 80, "acid" = 80)
var/tamperproof = 0
/obj/structure/closet/crate/secure/run_obj_armor(damage_amount, damage_type, damage_flag = 0, attack_dir)