Changes RSF error message to be more accurate

The RSF cannot, in fact, create service items on floors. As amusing as
dosh on every floor tile would be, I think it's best to just change the
message and not functionality.
This commit is contained in:
datlo
2018-07-05 16:10:53 +01:00
parent b1a96a4e15
commit 84ae085166
+1 -1
View File
@@ -64,7 +64,7 @@ RSF
else if (istype(A, /obj/structure/table))
spawn_location = A
else
to_chat(user, "The RSF can only create service items on tables, or floors.")
to_chat(user, "The RSF can only create service items on tables.")
return
if(isrobot(user))