legacyfies the slime console procs (#27576)

This commit is contained in:
Toastical
2024-12-08 00:11:12 +02:00
committed by GitHub
parent 9941066689
commit ca7b13fe99
@@ -360,7 +360,7 @@
if(GLOB.cameranet.checkTurfVis(remote_eye.loc))
for(var/mob/living/simple_animal/slime/S in remote_eye.loc)
X.current_potion.attack(S, C)
X.current_potion.attack__legacy__attackchain(S, C)
break
else
to_chat(owner, "<span class='notice'>Target is not near a camera. Cannot proceed.</span>")
@@ -438,7 +438,7 @@
to_chat(C, "<span class='warning'>No potion loaded.</span>")
return
if(mobarea.name == E.allowed_area || mobarea.xenobiology_compatible)
X.current_potion.attack(S, C)
X.current_potion.attack__legacy__attackchain(S, C)
//Picks up slime
/obj/machinery/computer/camera_advanced/xenobio/proc/XenoSlimeClickShift(mob/living/user, mob/living/simple_animal/slime/S)