Skip to content

Commit

Permalink
Fix humans seeing lesser drone information when examining the core.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jun 19, 2024
1 parent 7655ff9 commit 79bb9ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/cm_aliens/structures/special/pylon_core.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
/obj/effect/alien/resin/special/pylon/get_examine_text(mob/user)
. = ..()

if(!isobserver(user) && !isxeno(user))
return

var/lesser_count = 0
for(var/mob/living/carbon/xenomorph/lesser_drone/lesser in linked_hive.totalXenos)
lesser_count++
Expand Down

0 comments on commit 79bb9ca

Please sign in to comment.