mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Replaces typesof with subtypesof where applicable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var/global/automation_types=typesof(/datum/automation) - /datum/automation
|
||||
var/global/automation_types = subtypesof(/datum/automation)
|
||||
|
||||
#define AUTOM_RT_NULL 0
|
||||
#define AUTOM_RT_NUM 1
|
||||
|
||||
Reference in New Issue
Block a user