mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
diona floor fixes (#8177)
This commit is contained in:
@@ -416,7 +416,7 @@
|
||||
qdel(O)
|
||||
var/structure_path = diona_structures[chosen_structure]
|
||||
var/turf/T = get_turf(src)
|
||||
if(isturf(structure_path))
|
||||
if(ispath(structure_path, /turf))
|
||||
T.ChangeTurf(structure_path)
|
||||
else
|
||||
new structure_path(T)
|
||||
new structure_path(T)
|
||||
Reference in New Issue
Block a user