Skip to content

Commit

Permalink
Fixes hiding exploit for watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopekz committed Jul 13, 2023
1 parent 9a49da5 commit 4000ae3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
var/mob/living/carbon/xenomorph/facehugger/facehugger = mutator_set.xeno

facehugger.viewsize = 10
facehugger.layer = 4 // Mob layer is 4 but we don't have a define for it? It's commented out in the layers.dm file

facehugger.mutation_type = FACEHUGGER_WATCHER
mutator_update_actions(facehugger)
Expand Down

0 comments on commit 4000ae3

Please sign in to comment.