Fixing some runtimes and issues.

This commit is contained in:
Ghommie
2020-05-08 17:17:33 +02:00
parent 5e0235bd76
commit 90bf157f5e
6 changed files with 8 additions and 8 deletions
@@ -158,7 +158,7 @@ Stabilized extracts:
/obj/item/slimecross/stabilized/rainbow/attackby(obj/item/O, mob/user)
var/obj/item/slimecross/regenerative/regen = O
if(istype(O) && !regencore)
if(istype(regen) && !regencore)
to_chat(user, "<span class='notice'>You place the [O] in the [src], prepping the extract for automatic application!</span>")
regencore = regen
regen.forceMove(src)