Allows putting anything as your marked datum through the varedit window (#16680)

* Allows putting anything as marked datum

* No comment
This commit is contained in:
unid15
2017-12-06 19:07:56 +01:00
committed by sood
parent aaa0e06d38
commit cfca453671

View File

@@ -766,9 +766,6 @@ function loadPage(list) {
return
var/datum/D = locate(href_list["mark_object"])
if(!istype(D))
to_chat(usr, "This can only be done to instances of type /datum")
return
src.holder.marked_datum = D
href_list["datumrefresh"] = href_list["mark_object"]