Make sure robot modules added to hand have NODROP

This commit is contained in:
Markolie
2015-08-16 02:39:44 +02:00
parent 0df0c39452
commit 1c25f8a8a3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ var/list/create_object_forms = list(/obj, /obj/structure, /obj/machinery, /obj/e
user << browse(replacetext(create_object_html, "/* ref src */", "\ref[src]"), "window=create_object;size=425x475")
/datum/admins/proc/quick_create_object(mob/user)
/datum/admins/proc/quick_create_object(var/mob/user)
var/path = input("Select the path of the object you wish to create.", "Path", /obj) in create_object_forms
var/html_form = create_object_forms[path]
+1
View File
@@ -2020,6 +2020,7 @@
I.loc = R.module
R.module.rebuild()
R.activate_module(I)
R.module.fix_modules()
if (number == 1)
log_admin("[key_name(usr)] created a [english_list(paths)]")