mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
BRUTAL Part 1 - No proc var/ in procs
This commit is contained in:
@@ -437,7 +437,7 @@
|
||||
|
||||
return v
|
||||
|
||||
/proc/SDQL_function(var/datum/object, var/procname, var/list/arguments, source)
|
||||
/proc/SDQL_function(datum/object, procname, list/arguments, source)
|
||||
var/list/new_args = list()
|
||||
for(var/arg in arguments)
|
||||
new_args[++new_args.len] = SDQL_expression(source, arg)
|
||||
|
||||
Reference in New Issue
Block a user