diff --git a/code/game/objects/items/weapons/RSF.dm b/code/game/objects/items/weapons/RSF.dm index f311507c128..02f6d878511 100644 --- a/code/game/objects/items/weapons/RSF.dm +++ b/code/game/objects/items/weapons/RSF.dm @@ -61,7 +61,7 @@ RSF var spawn_location if(istype(A, /obj/structure/table)) spawn_location = A.loc - else if (istype(A, /obj/structure/floor)) + else if (istype(A, /turf/simulated/floor)) spawn_location = A else to_chat(user, "The RSF can only create service items on tables, or floors.")