Material Science 1: A bunch of math (#95090)

This commit is contained in:
SmArtKar
2026-02-22 16:53:51 +11:00
committed by GitHub
parent 6561c841d0
commit a3498fdcd7
95 changed files with 1816 additions and 1435 deletions
@@ -28,6 +28,6 @@
/datum/unit_test/armor_verification/proc/armor_totals(datum/armor/armor)
var/total = 0
for(var/key in ARMOR_LIST_ALL())
for(var/key in ARMOR_LIST_ALL)
total += armor.vars[key]
return total