diff --git a/hyperstation/code/datums/elements/spooky.dm b/hyperstation/code/datums/elements/spooky.dm index 935cb2b1c..793f0f555 100644 --- a/hyperstation/code/datums/elements/spooky.dm +++ b/hyperstation/code/datums/elements/spooky.dm @@ -9,7 +9,7 @@ . = ..() /* if(!iscarbon(target)) - return ELEMENT_INCOMPATIBLE //For now, let's make this incompatible with anything but carbons. + return ELEMENT_INCOMPATIBLE //keeping this uncommented would make it so it only works with carbons, which is not really needed unless one adds procs that require the user to be a carbon in the future. */ C = target START_PROCESSING(SSobj, src)