--[[ © 2011 CloudSixteen.com do not share, re-distribute or modify without permission of its author (kurozael@gmail.com). --]] local CLASS = {}; CLASS.color = Color(128, 128, 0, 230); CLASS.factions = {FACTION_RESISTANCE}; CLASS.isDefault = false; CLASS.wagesName = "Stolen Supplies"; CLASS.description = "A human anti-citizen resisting the Universal Union."; CLASS.defaultPhysDesc = "Wearing dirty clothes."; CLASS_RESISTANCE = openAura.class:Register(CLASS, "Resistance");