From aa1220bb86f374e5760ab708d6cd57532d9d4a8c Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 8 Oct 2015 19:22:11 -0400 Subject: [PATCH] scream --- code/datums/modules.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/modules.dm b/code/datums/modules.dm index 029e426d29e..d01bded3254 100644 --- a/code/datums/modules.dm +++ b/code/datums/modules.dm @@ -25,6 +25,7 @@ var/list/modules = list( // global associative list if(!mneed) // not found in module list? qdel(src) // delete self, thus ending proc + return var/needed = mods.getbitmask(type) // get a bitmask for the number of modules in this object status = needed