Kills a dirty colon (#25719)

This commit is contained in:
Cyberboss
2017-04-01 10:20:57 -04:00
committed by KorPhaeron
parent 86ff7c7f62
commit d2fa0f55d1
+1 -3
View File
@@ -483,9 +483,7 @@ var/global/list/possible_items = list()
if (new_target == "custom") //Can set custom items.
var/obj/item/custom_target = input("Select type:","Type") as null|anything in typesof(/obj/item)
if (!custom_target) return
var/tmp_obj = new custom_target
var/custom_name = tmp_obj:name
qdel(tmp_obj)
var/custom_name = initial(custom_target.name)
custom_name = stripped_input("Enter target name:", "Objective target", custom_name)
if (!custom_name) return
steal_target = custom_target