mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user