Skip to content

Commit

Permalink
Update code/modules/cm_aliens/structures/special/recovery_node.dm
Browse files Browse the repository at this point in the history
Co-authored-by: BeagleGaming1 <[email protected]>
  • Loading branch information
cuberound and BeagleGaming1 committed Jan 21, 2024
1 parent 7c96206 commit f499298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/structures/special/recovery_node.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/obj/effect/alien/resin/special/recovery/get_examine_text(mob/user)
. = ..()
if((isxeno(user) || isobserver(user)) && linked_hive)
. += "Emits pheromons to nerby xenomorphs"
. += "Emits pheromones to nearby Xenomorphs."

/obj/effect/alien/resin/special/recovery/process()
for(var/mob/living/carbon/xenomorph/xenomorph in range(recovery_pheromone_range, loc))
Expand Down

0 comments on commit f499298

Please sign in to comment.