Areas can have their own base turf type (#10765)

This commit is contained in:
unid15
2016-06-25 22:18:35 +02:00
committed by clusterfack
parent b3c277234e
commit 578a76b0bf
12 changed files with 634 additions and 613 deletions

View File

@@ -642,7 +642,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
feedback_add_details("admin_verb","DEL") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
if(istype(O,/turf))
var/turf/T=O
T.ChangeTurf(get_base_turf(T.z))
T.ChangeTurf(T.get_underlying_turf())
else
qdel(O)