Skip to content

Commit

Permalink
You can no longer butcher Synths as Predalien
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 16, 2023
1 parent 4598c7a commit 2d9e69d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Predalien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ Your health meter will not regenerate normally, so kill and die for the hive!</s
to_chat(xeno, SPAN_XENONOTICE("You are already performing an action!"))
return TRUE

if(issynth(victim)) //You cannot acquire the forbidden meat
return TRUE

playsound(xeno.loc, 'sound/weapons/slice.ogg', 25)
xeno_attack_delay(xeno)

Expand Down

0 comments on commit 2d9e69d

Please sign in to comment.