mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user