mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-02 04:10:42 +00:00
* Adds invalid recipe unit test Checks for: - Missing result type - Result type is not /atom/movable (mob or obj) - Result quantity unset - Quantity less than or equal to zero - Quantity is not an integer * Update recipe_tests.dm * adds tests to dme * dont code at night (remix) * Update recipe_tests.dm