Changed various instances of range() and orange() to ultra_range().

This commit is contained in:
xxalpha
2015-10-19 20:04:14 +01:00
parent 8b5d037a85
commit e82a216447
34 changed files with 50 additions and 49 deletions
+1 -1
View File
@@ -483,7 +483,7 @@ var/list/non_fakeattack_weapons = list(/obj/item/weapon/gun/projectile, /obj/ite
target = T
var/image/I = null
var/count = 0
for(var/obj/machinery/door/airlock/A in range(target,7))
for(var/obj/machinery/door/airlock/A in range(7, target))
if(count>door_number && door_number>0)
break
count++