mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -1108,7 +1108,7 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
|
||||
|
||||
/mob/proc/add_to_respawnable_list()
|
||||
GLOB.respawnable_list += src
|
||||
RegisterSignal(src, COMSIG_PARENT_QDELETING, .proc/remove_from_respawnable_list)
|
||||
RegisterSignal(src, COMSIG_PARENT_QDELETING, PROC_REF(remove_from_respawnable_list))
|
||||
|
||||
/mob/proc/remove_from_respawnable_list()
|
||||
GLOB.respawnable_list -= src
|
||||
|
||||
Reference in New Issue
Block a user