Skip to content

Commit

Permalink
Update code/game/dna/mutations/mutation_powers.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Aylong <[email protected]>
  • Loading branch information
azym76 and AyIong authored Jan 31, 2024
1 parent 97872ab commit 294648e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/dna/mutations/mutation_powers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
var/mob/living/carbon/human/H = the_item
var/obj/item/organ/external/limb = H.get_organ(user.zone_selected)
if(!istype(limb))
to_chat(user, "<span class='warning'>Ты не можешь съесть эту часть их тела!</span>")
to_chat(user, "<span class='warning'>Ты не можешь съесть эту часть тела!</span>")
revert_cast()
return FALSE
if(istype(limb,/obj/item/organ/external/head))
Expand Down

0 comments on commit 294648e

Please sign in to comment.