All Secondary Goals use labels (#29776)

* All Secondary Goals use labels

* Fixes.

* Fixes.

* Update code/__DEFINES/dcs/basetype_signals.dm

Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com>

---------

Signed-off-by: Charlie Nolan <funnyman3595@gmail.com>
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
Charlie Nolan
2025-07-31 06:01:26 +00:00
committed by GitHub
co-authored by PollardTheDragon
parent 97d72d6e22
commit 435637e257
17 changed files with 107 additions and 58 deletions
+2
View File
@@ -31,3 +31,5 @@
#define COMSIG_TURF_ON_SHUTTLE_MOVE "turf_on_shuttle_move"
///from base of turf/proc/get_decals(): (list/datum/element/decal/decals)
#define COMSIG_ATOM_GET_DECALS "atom_get_decals"
/// from base of atom/movable/onShuttleMove(): (turf/new_turf)
#define COMSIG_MOVABLE_ON_SHUTTLE_MOVE "movable_on_shuttle_move"