[NO GBP] Fixes active conveyor belts not moving movables spawned on top of them. (#77104)

There's one instance of the old signal I've missed from #76376, all
because lists treat undefined keys like text strings.
This commit is contained in:
Ghom
2023-07-26 15:56:42 -05:00
committed by GitHub
parent e7f3997765
commit 57a923130e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
/**
Base proc for all `/mineral` subtype machines to use. Place your item pickup behavior in this proc when you override it for your specific machine.
Called when the COMSIG_ATOM_ENTERED and COMSIG_ATOM_INITIALIZED_ON signals are sent.
Called when the COMSIG_ATOM_ENTERED and COMSIG_ATOM_AFTER_SUCCESSFUL_INITIALIZED_ON signals are sent.
Arguments:
* source - the turf that is listening for the signals.