X-Git-Url: http://git.megabrutal.com/?p=wgj58.git;a=blobdiff_plain;f=wgj58.js;h=b3f6ac13743ee93606539ac2030ff31dbc0e1c83;hp=a50e494c279fa916ccdf27dfa76f50cd8857c2ef;hb=d493781f63495c7400d2dd03f2a2e7cfdfe2bdfe;hpb=411f2853d9a619185ca5d7cdac63e82f0c56415c diff --git a/wgj58.js b/wgj58.js index a50e494..b3f6ac1 100644 --- a/wgj58.js +++ b/wgj58.js @@ -160,6 +160,7 @@ class Player extends Phaser.Sprite { this.loadTexture(npc.key); npc.kill(); this.disguise = npc; + logic.gameinterface.dropNotice("You are now identified as " + npc.fullname + "!"); } }