Changed old helicopter to military helipcopter
added normal helicopter variant
changed business jet to generic plane
added empty varients of airliner, plane, helicopter
added hangars for aircraft
added airstrip and airports
added ranch
Fixed DescribeOne
improved description of cows, made empty car describe as a vehicle type to fix bad description appearing
Added exception for singular objects that have groupLessThan3 enabled in defaultDescribe
fixed case where wrong plurality was given by defaultDescriptor
made describeOne one of the things added in copy_defaults to make functions cleaner
Basically rebuilt descriptions from the ground up.
It will look the same from the player side but allows for a much simplier definition of things, with each thing following a much more definite pattern with repeated code somewhat reduced
also moved all the description based functions to the same area for each of refrencing
Added defualtDescribe to a bunch of things that were using it.
Made defautlDescribe work correctly
Fixed issue I cause in previous commit where humans counted as 0 prey
Finished refactor of recursive-macro
removed now useless comments at beginning of file
all default values now stored in things
all calls should be redirected to call the appropriate values in things
added ability to chose and add a or an to text in merge_desc
removed "a " + from functions that called merge_desc
Started refactoring things, basic structure is in. This version is not working, jsdut commiting to pull new changes on master branch into the current branch.