refactors roles to be prototypes (#7323)

This commit is contained in:
silicons
2025-10-08 09:53:41 +02:00
committed by GitHub
parent 1e309efd39
commit 8563f938be
156 changed files with 764 additions and 778 deletions
+1 -1
View File
@@ -312,7 +312,7 @@
if(!map_levels)
map_levels = station_levels.Copy()
if(!allowed_jobs || !allowed_jobs.len)
allowed_jobs = subtypesof(/datum/role/job)
allowed_jobs = subtypesof(/datum/prototype/role/job)
// Gets the current time on a current zlevel, and returns a time datum
/datum/map/station/proc/get_zlevel_time(var/z)