no food stuff

This commit is contained in:
floyd
2020-08-17 21:27:09 +02:00
committed by Aleksej Komarov
parent a01b87ed48
commit 9b4a488216
25 changed files with 683 additions and 4 deletions
@@ -30,6 +30,8 @@ SUBSYSTEM_DEF(processing)
if (MC_TICK_CHECK)
return
///This proc is called on a datum if it is being processed in a subsystem. If you override this do not call parent, as it will return PROCESS_KILL. This is done to prevent objects that dont override process() from staying in the processing list
/datum/proc/process()
set waitfor = 0
return PROCESS_KILL