Skip to content

Commit

Permalink
Мошки кошки
Browse files Browse the repository at this point in the history
  • Loading branch information
SadNinjaSid committed Feb 20, 2024
1 parent ba27390 commit 33737f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infinity/code/game/objects/items/devices/datajack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
STOP_PROCESSING(SSobj, datajack)

if(istype(datajack.loc, /mob/living/carbon/human))
visible_message(SPAN_WARNING("\The [src] moves into portable device."), SPAN_WARNING("You hear coil reeling back in place"))
visible_message(
SPAN_WARNING("Datajack moves into portable device."),
SPAN_WARNING("You hear coil reeling back in place")
)
var/mob/living/carbon/human/H = datajack.loc
H.remove_from_mob(datajack, src)
return
Expand Down

0 comments on commit 33737f7

Please sign in to comment.