fuck, AAC hotfix

This commit is contained in:
PJB3005
2015-05-03 18:01:25 +02:00
parent 9e4ae58ab1
commit e55f37c258

View File

@@ -15,6 +15,7 @@
var/list/registers = list()//Stores the register values, registers can't be named so this is enough.
/obj/machinery/computer/general_air_control/atmos_automation/New()
..()
for(var/i = 1, i <= register_amount, i++)//Fill the registers
registers.Add(list(0))