mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #3987 from yogstation13/upstream-merge-42096
[MIRROR] fixes slime extract
This commit is contained in:
@@ -158,8 +158,8 @@ Stabilized extracts:
|
||||
|
||||
/obj/item/slimecross/stabilized/rainbow/attackby(obj/item/O, mob/user)
|
||||
var/obj/item/slimecross/regenerative/regen = O
|
||||
if(istype(O) && !regencore)
|
||||
to_chat(user, "<span class='notice'>You place the [O] in the [src], prepping the extract for automatic application!</span>")
|
||||
if(istype(regen) && !regencore)
|
||||
to_chat(user, "<span class='notice'>You place [O] in [src], prepping the extract for automatic application!</span>")
|
||||
regencore = regen
|
||||
regen.forceMove(src)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user