Skip to content

Commit

Permalink
Update Queen.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed May 17, 2024
1 parent 5da327a commit 5475df6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Queen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -943,3 +943,11 @@
/mob/living/carbon/xenomorph/queen/alter_ghost(mob/dead/observer/ghost)
ghost.icon = queen_standing_icon
return ..()

/mob/living/carbon/xenomorph/queen/point_to_atom(atom/target_atom, turf/target_turf)
recently_pointed_to = world.time + 1 SECONDS

var/obj/effect/overlay/temp/point/big/greyscale/point = new(target_turf, src, target_atom)
point.color = "#a800a8"

visible_message("<b>[src]</b> points to [target_atom]", null, null, 5)

0 comments on commit 5475df6

Please sign in to comment.