projects
/
wgj58.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411f285
)
Drop notice about new identity
author
MegaBrutal
<code+git@megabrutal.com>
Sun, 16 Sep 2018 06:40:00 +0000
(08:40 +0200)
committer
MegaBrutal
<code+git@megabrutal.com>
Sun, 16 Sep 2018 06:40:00 +0000
(08:40 +0200)
modified: wgj58.js
wgj58.js
patch
|
blob
|
history
diff --git
a/wgj58.js
b/wgj58.js
index a50e494c279fa916ccdf27dfa76f50cd8857c2ef..b3f6ac13743ee93606539ac2030ff31dbc0e1c83 100644
(file)
--- 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 + "!");
}
}