mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Areas can have their own base turf type (#10765)
This commit is contained in:
@@ -674,7 +674,7 @@
|
||||
turfs_to_update += new_turf
|
||||
|
||||
//Delete the old turf
|
||||
var/replacing_turf_type = get_base_turf(old_turf.z)
|
||||
var/replacing_turf_type = old_turf.get_underlying_turf()
|
||||
var/obj/docking_port/destination/D = linked_port.docked_with
|
||||
|
||||
if(D && istype(D)) replacing_turf_type = D.base_turf_type
|
||||
|
||||
Reference in New Issue
Block a user