Basic attacking support

master
Ciaran Gultnieks 2014-11-11 21:31:49 +00:00
parent 938759342a
commit c60362027e
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ dofile(people_modpath .. "/actions/dig.lua")
dofile(people_modpath .. "/actions/place.lua")
dofile(people_modpath .. "/actions/gather.lua")
dofile(people_modpath .. "/actions/stash_and_retrieve.lua")
dofile(people_modpath .. "/actions/attackplayer.lua")
people.footpath_load()