diona floor fixes (#8177)

This commit is contained in:
Geeves
2020-02-02 15:37:12 +01:00
committed by GitHub
parent c9dcdbea96
commit 25f14a6ea9
2 changed files with 8 additions and 2 deletions
@@ -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)
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "Dionae structures now correctly assume the lighting of their surroundings."