aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities.cpp
diff options
context:
space:
mode:
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 b33f226..af4b45f 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