Fixes Garbage Collection issues with Xenobiology (#20190)

* xenobio gc fixes

* requested changes

* requested changes
This commit is contained in:
Ryan
2023-03-08 14:42:44 -05:00
committed by GitHub
parent 850acd85b3
commit feef0ea814
7 changed files with 97 additions and 94 deletions
+1 -2
View File
@@ -548,8 +548,7 @@ REAGENT SCANNER
if(!isslime(M))
to_chat(user, "<span class='warning'>This device can only scan slimes!</span>")
return
var/mob/living/simple_animal/slime/T = M
slime_scan(T, user)
slime_scan(M, user)
/proc/slime_scan(mob/living/simple_animal/slime/T, mob/living/user)
to_chat(user, "========================")