Skip to content

Commit

Permalink
Merge pull request #1036 from Rex9001code/morph_more_like_dorph
Browse files Browse the repository at this point in the history
Morphs can't eat pipes, air alarms or apcs
  • Loading branch information
wraith-54321 authored Jan 25, 2024
2 parents a687a15 + e973a37 commit ed2d7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/basic/space_fauna/morph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

AddElement(/datum/element/ai_retaliate)
AddElement(/datum/element/content_barfer)
AddElement(/datum/element/prevent_attacking_of_types, GLOB.typecache_general_bad_hostile_attack_targets, "this tastes awful!") // MONKESTATION ADDITION

disguise_ability = new(src)
disguise_ability.Grant(src)
Expand Down

0 comments on commit ed2d7c8

Please sign in to comment.