mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Removes the usage of is_multitool proc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user