mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-28 01:26:46 +01:00
refactors roles to be prototypes (#7323)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user