mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Actually allows RSF to spawn on floors
derp'd
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user