From cc16f034ee8c8b3836e2c830d28ea6a707a199dc Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 5 Dec 2015 19:01:51 -0500 Subject: [PATCH] Fixes Records --- code/datums/mixed.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/datums/mixed.dm b/code/datums/mixed.dm index df066541633..31f7d67af36 100644 --- a/code/datums/mixed.dm +++ b/code/datums/mixed.dm @@ -23,6 +23,9 @@ size = 5.0 var/list/fields = list( ) +/datum/data/record/Destroy() + ..() + return QDEL_HINT_HARDDEL_NOW /datum/data/text name = "text"