Merge pull request #4530 from Citadel-Station-13/upstream-merge-33705

[MIRROR] Turns the baseturf var into a part time list
This commit is contained in:
LetterJay
2017-12-30 13:19:00 -06:00
committed by GitHub
51 changed files with 1538 additions and 3343 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
SSblackbox.record_feedback("tally", "admin_verb", 1, "Delete") //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(T.baseturf)
T.ScrapeAway()
else
qdel(D)