mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-30 19:03:05 +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