mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/datum/event/sentience
|
||||
|
||||
/datum/event/sentience/start()
|
||||
INVOKE_ASYNC(src, .proc/make_sentient_mob)
|
||||
INVOKE_ASYNC(src, PROC_REF(make_sentient_mob))
|
||||
|
||||
/datum/event/sentience/proc/make_sentient_mob()
|
||||
var/list/potential = list()
|
||||
|
||||
Reference in New Issue
Block a user