Actually allows RSF to spawn on floors

derp'd
This commit is contained in:
datlo
2018-07-06 06:57:53 +01:00
parent d26b4c4e7e
commit e4215cf0f5
+1 -1
View File
@@ -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.")