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 fe2464a commit 53b35a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
if(MATERIAL_CLASS_SOAP)
return isdrask(target)
if(MATERIAL_CLASS_PLASMA)
return splasmaman(target)
return isplasmaman(target)
if(MATERIAL_CLASS_RAD)
return (is_species(target, /datum/species/nucleation))
return isnucleation(target)
if(is_only_grab_intent && user.a_intent != INTENT_GRAB)
return FALSE
return TRUE
Expand Down

0 comments on commit 53b35a3

Please sign in to comment.