Quickfix for #3194

This commit is contained in:
Zuhayr
2013-06-29 17:56:38 -07:00
parent 60eeccd2ed
commit e87348dd8d
@@ -698,7 +698,7 @@
for(var/V in components)
if(V == "power cell") continue
var/datum/robot_component/C = components[V]
if(C.installed == 1)
if(C.installed == 1 || C.installed == -1)
removable_components += V
var/remove = input(user, "Which component do you want to pry out?", "Remove Component") as null|anything in removable_components