Skip to content

Commit

Permalink
Update code/modules/cm_marines/marines_consoles.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
vero5123 and Drulikar committed May 24, 2024
1 parent 0b47e4a commit 0ad80ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/marines_consoles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
return data

/obj/structure/machinery/computer/double_id/squad_changer/attack_alien(mob/living/carbon/xenomorph/xeno_user)
xeno_user.visible_message(SPAN_NOTICE("You hear a beep as [xeno_user]'s limb is scanned to \the [name]."))
xeno_user.visible_message(SPAN_NOTICE("You hear a beep as [xeno_user]'s limb is scanned to [name]."))
visible_message("[SPAN_BOLD("[src]")] states, \"SCAN ENTRY: Unknown lifeform detected! Forbidden operation!\"")
playsound(xeno_user.loc, 'sound/machines/screen_output1.ogg', 25, 1)
return XENO_ATTACK_ACTION
Expand Down

0 comments on commit 0ad80ea

Please sign in to comment.