mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Merge pull request #12266 from GunHog/FixesTHELAW
Securitron assembly fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user