mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 23:28:10 +01:00
Yellow slimes won't try to shock non-mob food targets
This commit is contained in:
@@ -149,6 +149,12 @@
|
||||
/mob/living/simple_mob/slime/xenobio/orange
|
||||
)
|
||||
|
||||
|
||||
/mob/living/simple_mob/slime/xenobio/yellow/ICheckRangedAttack(atom/A)
|
||||
if (!ismob(A))
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_mob/slime/xenobio/yellow/apply_melee_effects(atom/A)
|
||||
..()
|
||||
if(isliving(A))
|
||||
|
||||
Reference in New Issue
Block a user