mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
Surgery tidy-up & bugfixes (#9501)
This commit is contained in:
@@ -75,9 +75,6 @@
|
||||
/proc/cmp_rcon_bbox(obj/machinery/power/breakerbox/BR1, obj/machinery/power/breakerbox/BR2)
|
||||
return sorttext(BR2.RCon_tag, BR1.RCon_tag)
|
||||
|
||||
/proc/cmp_surgery(datum/surgery_step/a, datum/surgery_step/b)
|
||||
return b.priority - a.priority
|
||||
|
||||
/proc/cmp_recipe_complexity_dsc(datum/recipe/A, datum/recipe/B)
|
||||
var/a_score = LAZYLEN(A.items) + LAZYLEN(A.reagents) + LAZYLEN(A.fruit)
|
||||
var/b_score = LAZYLEN(B.items) + LAZYLEN(B.reagents) + LAZYLEN(B.fruit)
|
||||
|
||||
Reference in New Issue
Block a user