Merge pull request #6544 from Citadel-Station-13/upstream-merge-37479

[MIRROR] Fixes being unable to place a Robotic Factory if it failed to place after the prompt
This commit is contained in:
LetterJay
2018-04-29 02:25:37 -05:00
committed by GitHub
@@ -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)