mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Fixes Garbage Collection issues with Xenobiology (#20190)
* xenobio gc fixes * requested changes * requested changes
This commit is contained in:
@@ -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, "========================")
|
||||
|
||||
Reference in New Issue
Block a user