From: MegaBrutal <code+git@megabrutal.com>
Date: Sun, 16 Sep 2018 06:40:00 +0000 (+0200)
Subject: Drop notice about new identity
X-Git-Tag: early-release~6
X-Git-Url: http://git.megabrutal.com/?a=commitdiff_plain;h=d493781f63495c7400d2dd03f2a2e7cfdfe2bdfe;p=wgj58.git

Drop notice about new identity

	modified:   wgj58.js
---

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 + "!");
 	}
 }