Skip to content

Commit

Permalink
Fixes lings not getting notes from husking (tgstation#18405)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemieRichards authored and KorPhaeron committed Jun 9, 2016
1 parent dec0ff9 commit a13c0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/changeling/powers/absorb.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

if(target.mind)//if the victim has got a mind

target.mind.show_memory(src, 0) //I can read your mind, kekeke. Output all their notes.
target.mind.show_memory(user, 0) //I can read your mind, kekeke. Output all their notes.

//Some of target's recent speech, so the changeling can attempt to imitate them better.
//Recent as opposed to all because rounds tend to have a LOT of text.
Expand Down

0 comments on commit a13c0bd

Please sign in to comment.