Removes the usage of is_multitool proc

This commit is contained in:
Heroman3003
2019-01-12 10:07:53 +10:00
parent a0cb0a347d
commit f76b5631bf
4 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@
/obj/machinery/computer/fusion_core_control/attackby(var/obj/item/thing, var/mob/user)
..()
if(thing.is_multitool()) //VOREStation Edit
if(istype(thing, /obj/item/device/multitool))
var/new_ident = input("Enter a new ident tag.", "Core Control", id_tag) as null|text
if(new_ident && user.Adjacent(src))
id_tag = new_ident