runtimev1-experimental

This commit is contained in:
Dip
2020-09-22 16:37:51 -03:00
parent ebb5e5b1c4
commit 72c8e681e3
25 changed files with 100 additions and 63 deletions
@@ -158,9 +158,9 @@ 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)
return
return ..()
return ..()