mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Function overloads condensation (#18939)
Unified most of the procs into one definition, so there are no duplicate around the codebase. Marked some of the above as overridable if a good enough case can be made for them (eg. external dependency or unlikely to be used).
This commit is contained in:
@@ -140,6 +140,7 @@ PROCESSING_SUBSYSTEM_DEF(ntsl2)
|
||||
|
||||
|
||||
/datum/controller/subsystem/processing/ntsl2/fire(resumed)
|
||||
CAN_BE_REDEFINED(TRUE)
|
||||
for(var/task_id in tasks)
|
||||
var/task = tasks[task_id]
|
||||
var/datum/http_request/req = task["request"]
|
||||
|
||||
Reference in New Issue
Block a user