Skip to content

Commit

Permalink
Harry said MOB_LAYER will work
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopekz committed Jul 25, 2023
1 parent 03b2cb5 commit 2c003c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,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.layer = MOB_LAYER

facehugger.mutation_type = FACEHUGGER_WATCHER
mutator_update_actions(facehugger)
Expand Down

0 comments on commit 2c003c4

Please sign in to comment.