Allows RSF to spawn items on floors

This commit is contained in:
datlo
2018-07-06 06:37:52 +01:00
parent 84ae085166
commit d26b4c4e7e
+2 -2
View File
@@ -61,10 +61,10 @@ RSF
var spawn_location
if(istype(A, /obj/structure/table))
spawn_location = A.loc
else if (istype(A, /obj/structure/table))
else if (istype(A, /obj/structure/floor))
spawn_location = A
else
to_chat(user, "The RSF can only create service items on tables.")
to_chat(user, "The RSF can only create service items on tables, or floors.")
return
if(isrobot(user))