Rename gui/hack-wish to gui/create-item

After an [extensive, in-depth discussion about the merits of the name](https://github.com/DFHack/dfhack/issues/634), I decided that "hack-wish" was a dumb name and figure changing it will make everything easier for everyone forever.
develop
Putnam3145 2015-06-13 02:41:51 -07:00
parent 09bcbe583d
commit 4d20552ef8
1 changed files with 3 additions and 3 deletions

@ -1,5 +1,5 @@
-- hack-wish.lua
-- Allows for script-based wishing.
-- create-item.lua
-- A gui-based item creation script.
-- author Putnam
-- edited by expwnent
@ -235,7 +235,7 @@ if not args.startup then
if unit then
hackWish(unit)
else
qerror('A unit needs to be selected to use hackwish.')
qerror('A unit needs to be selected to use gui/create-item.')
end
else
eventful.onReactionComplete.hackWishP=function(reaction,unit,input_items,input_reagents,output_items,call_native)