aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-09-29 08:46:08 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-09-29 08:46:08 -0400
commit1f2f646c41e90aa05ff561676752df2188fdd7ba (patch)
treef46d65bb8a0eaeeec35758476b20b2b6995062fb /src/entities.cpp
parent764e0983c21247e325807933227b077bdc1ef6be (diff)
Fixed mouse, and added the start to NPC interaction
Diffstat (limited to 'src/entities.cpp')
-rw-r--r--src/entities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index 3560a2d..56141c1 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -61,7 +61,7 @@ NPC::NPC(){ //sets all of the NPC specific traits on object creation
}
void NPC::interact(){ //have the npc's interact back to the player
- //loc.y += .01;
+ loc.y += 5;
}
Structures::Structures(){ //sets the structure type