Runtime Hotfix

- Fixes RE's when building certain machines.
- Fixes #6441
This commit is contained in:
Atlantiscze
2014-09-19 17:26:19 +02:00
parent 16fe060f1a
commit e479e4371c

View File

@@ -106,7 +106,7 @@ Class Procs:
var/active_power_usage = 0
var/power_channel = EQUIP
//EQUIP,ENVIRON or LIGHT
var/list/component_parts = null //list of all the parts used to build it, if made from certain kinds of frames.
var/list/component_parts = list() //list of all the parts used to build it, if made from certain kinds of frames.
var/uid
var/manual = 0
var/global/gl_uid = 1