Merge pull request #10896 from Jazz23/Xenobio-Addition

Xenobio TG port
This commit is contained in:
variableundefined
2019-03-17 20:36:16 +08:00
committed by GitHub
7 changed files with 325 additions and 39 deletions
@@ -526,6 +526,9 @@ REAGENT SCANNER
materials = list(MAT_METAL=30, MAT_GLASS=20)
/obj/item/slime_scanner/attack(mob/living/M as mob, mob/living/user as mob)
slime_scan(M, user)
/proc/slime_scan(mob/living/carbon/slime/M, mob/living/user)
if(!isslime(M))
user.show_message("<span class='warning'>This device can only scan slimes!</span>", 1)
return