This commit is contained in:
wezzy
2020-02-02 05:45:30 +08:00
4 changed files with 11 additions and 1 deletions
@@ -415,4 +415,8 @@
O.droplimb(TRUE, DROPLIMB_EDGE)
qdel(O)
var/structure_path = diona_structures[chosen_structure]
new structure_path(get_turf(src))
var/turf/T = get_turf(src)
if(isturf(structure_path))
T.ChangeTurf(structure_path)
else
new structure_path(T)