From f4b44186f0de6fa7b5218232e6608f58d173f42f Mon Sep 17 00:00:00 2001 From: VerySoft Date: Fri, 25 Mar 2022 23:09:59 -0400 Subject: [PATCH] Oops! --- code/modules/resleeving/autoresleever.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/resleeving/autoresleever.dm b/code/modules/resleeving/autoresleever.dm index 565d185119..0ea65aa305 100644 --- a/code/modules/resleeving/autoresleever.dm +++ b/code/modules/resleeving/autoresleever.dm @@ -12,7 +12,6 @@ var/respawn = 30 MINUTES //The time to wait if you didn't die from vore var/spawn_slots = -1 //How many people can be spawned from this? If -1 it's unlimited var/spawntype //The kind of mob that will be spawned, if set. - var/backup_implanter /obj/machinery/transhuman/autoresleever/update_icon() . = ..()