Update drone_unify.dm

This commit is contained in:
Sharkmare
2019-03-07 17:16:28 +01:00
committed by GitHub
parent bcb2492a7b
commit 1620c8058f
@@ -92,10 +92,10 @@
//Fabricator procs
/obj/machinery/drone_fabricator/unify/create_drone(var/client/player)
choose_dronetype()//code for dronetypes goes here
choose_dronetype(possible_drones)//code for dronetypes goes here
..()
/obj/machinery/drone_fabricator/proc/choose_dronetype()
/obj/machinery/drone_fabricator/proc/choose_dronetype(possible_drones)
var/choice
choice = input(usr,"What module would you like to use?") as null|anything in possible_drones
if(!choice) return