Tom
2022-02-06 20:21:34 +00:00
committed by GitHub
parent 140e0ef399
commit b3f03c7c14
20 changed files with 1487 additions and 4 deletions
@@ -15,7 +15,8 @@ PROCESSING_SUBSYSTEM_DEF(station)
/datum/controller/subsystem/processing/station/Initialize(timeofday)
//If doing unit tests we don't do none of that trait shit ya know?
#ifndef UNIT_TESTS
// Autowiki also wants consistent outputs, for example making sure the vending machine page always reports the normal products
#if !defined(UNIT_TESTS) && !defined(AUTOWIKI)
SetupTraits()
#endif