mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user