mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Updates OD lints (#26729)
* yea * update lints * lint changes and code fixes * i hate old code * dont make this an error
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
for(var/allowed in first_step.allowed_tools)
|
||||
if(ispath(allowed) && istype(tool, allowed) || (tool && istype(tool) && tool.tool_behaviour == allowed))
|
||||
next_surgery = S
|
||||
if(allowed in starting_tools && !(allowed in overriding_tools))
|
||||
if((allowed in starting_tools) && !(allowed in overriding_tools))
|
||||
CRASH("[src] was provided with multiple branches that start with tool [allowed].")
|
||||
else
|
||||
starting_tools.Add(allowed)
|
||||
|
||||
Reference in New Issue
Block a user