mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Cleanup up all instances of using var/ definitions in proc parameters. (#52728)
* var/list cleanup * The rest of the owl * plushvar bad * Can't follow my own advice.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
. = ..()
|
||||
starting_area = get_area(loc)
|
||||
|
||||
/mob/camera/ai_eye/remote/base_construction/setLoc(var/t)
|
||||
/mob/camera/ai_eye/remote/base_construction/setLoc(t)
|
||||
var/area/curr_area = get_area(t)
|
||||
if(curr_area == starting_area || istype(curr_area, /area/shuttle/auxiliary_base))
|
||||
return ..()
|
||||
|
||||
@@ -356,7 +356,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
|
||||
pixel_x = rand(0,16)-8
|
||||
pixel_y = rand(0,8)-8
|
||||
|
||||
/obj/item/coin/set_custom_materials(var/list/materials, multiplier = 1)
|
||||
/obj/item/coin/set_custom_materials(list/materials, multiplier = 1)
|
||||
. = ..()
|
||||
value = 0
|
||||
for(var/i in custom_materials)
|
||||
|
||||
Reference in New Issue
Block a user