Update drone_unify.dm

This commit is contained in:
Sharkmare
2019-03-07 13:52:01 +01:00
committed by GitHub
parent 4d670daea2
commit a24a1abc6c
@@ -83,7 +83,7 @@
choose_dronetype()//code for dronetypes goes here
..()
/obj/machinery/drone_fabricator//proc/choose_dronetype()
/obj/machinery/drone_fabricator/proc/choose_dronetype()
var/choice
choice = input(usr,"What module would you like to use?") as null|anything in possible_drones
if(!choice) return