Lavaland baseturf implementation

This commit is contained in:
Mark van Alphen
2019-03-31 22:07:30 +02:00
parent 1689e46f1e
commit 1619bc048b
25 changed files with 352 additions and 2503 deletions
+1 -1
View File
@@ -651,7 +651,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(isturf(D))
var/turf/T = D
T.ChangeTurf(/turf/space)
T.ChangeTurf(T.baseturf)
else
qdel(D)