Skip to content

Commit

Permalink
Правки от Линтера
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Mar 5, 2024
1 parent 86cb113 commit fe2464a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if(MATERIAL_CLASS_PLASMA)
return splasmaman(target)

Check failure on line 35 in modular_ss220/species/code/mob/living/carbon/human/eat/eat_items.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined proc: "splasmaman" on /obj/item
if(MATERIAL_CLASS_RAD)
return isnucleation(target)
return (is_species(target, /datum/species/nucleation))
if(is_only_grab_intent && user.a_intent != INTENT_GRAB)
return FALSE
return TRUE
Expand Down

0 comments on commit fe2464a

Please sign in to comment.