/** * Current plans: * Make checks higher level. It should be simple to write, even if the underlying code becomes more complex in the process. * Checks should be smart enough to understand what kind of specificity is being used in the test. * Checks should also be capable of saying "this fits the situation perfectly". * Sex scenes should change variables that are used in checks. * * Current how to: * Class: FuckingSituation, which should include all the variables to the current fucking scene. * Class: FuckingCheck, which should include a portion of variables that are then compared to the FuckingSituation. * Module: Fucking, which controls what Things are fucking which Things and applies the above two. Should provide generators for FuckingCheck. */ module Fucking { }