mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Material Science 1: A bunch of math (#95090)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user