Merge pull request #12266 from GunHog/FixesTHELAW

Securitron assembly fix
This commit is contained in:
Remie Richards
2015-10-13 23:11:35 +01:00
+1 -2
View File
@@ -464,8 +464,7 @@ Auto Patrol: []"},
return
build_step++
user << "<span class='notice'>You complete the Securitron! Beep boop.</span>"
var/obj/machinery/bot/secbot/S = new /obj/machinery/bot/secbot
S.loc = get_turf(src)
var/obj/machinery/bot/secbot/S = new /obj/machinery/bot/secbot(get_turf(src))
S.name = created_name
qdel(I)
qdel(src)