Update component.dm

This commit is contained in:
Chakirski
2016-07-07 23:13:24 -05:00
committed by GitHub
parent e789935c30
commit 2c259c4e22
@@ -128,7 +128,7 @@
var/datum/robot_component/D = get_component(module_name)
D.component_disabled = 1
spawn(duration)
D.component_disabled = 0
D.component_disabled = 0
// Returns component by it's string name
/mob/living/silicon/robot/proc/get_component(var/component_name)