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

* [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.

* [NO GBP] Fixes active conveyor belts not moving movables spawned on top of them.

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-07-27 00:15:32 +02:00
committed by GitHub
parent 531bfcdd40
commit 2bd7b5706c
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.