mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Merge remote-tracking branch 'upstream/master' into pill-bottles-and-patch-packs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user