Fixes being unable to place a Robotic Factory (#37479)

This commit is contained in:
ShizCalev
2018-04-27 14:11:25 -04:00
committed by CitadelStationBot
parent ab3c55ab23
commit c9ac7ab2a1
@@ -666,6 +666,7 @@ GLOBAL_LIST_INIT(blacklisted_malf_machines, typecacheof(list(
active = FALSE
return
if(!owner_AI.can_place_transformer(src))
active = FALSE
return
var/turf/T = get_turf(owner_AI.eyeobj)
var/obj/machinery/transformer/conveyor = new(T)