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:
Contrabang
2024-09-27 17:02:16 +00:00
committed by GitHub
parent 2a58ce0f91
commit 900271af91
12 changed files with 39 additions and 18 deletions
@@ -330,7 +330,7 @@
if(emagged) // actually emagged
bike_horn()
else
if(C in view(4, src) && !spam_flag) //keep the range short for patrolling
if((C in view(4, src)) && !spam_flag) //keep the range short for patrolling
bike_horn()
continue
@@ -284,7 +284,7 @@ Difficulty: Medium
hotspot.recolor()
T.hotspot_expose(700,50,1)
for(var/mob/living/L in T.contents)
if(L in hit_list || L == source)
if((L in hit_list) || L == source)
continue
hit_list += L
L.adjustFireLoss(20)