mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Allows RSF to spawn items on floors
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user