mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 11:02:08 +00:00
Ports the fusion reactor from Baystation12, replacing the Tesla. (#17415)
* There's no tomorrow Life is but an echo * delirious * the fire burns within me yet again * OBLIVIOOOOOOOOOOOOON * too weary to die * ffff * Finished R-UST map * fusion core ui improvements * mais tu me tue! * drag me down * take me in * fix that wire * cl * R-UST -> INDRA * cc * UTs * sss * thanks mapdiff * sd --------- Co-authored-by: Matt Atlas <liermattia@gmail.com> Co-authored-by: shaky-jake <137534368+shaky-jake@users.noreply.github.com> Co-authored-by: ShakyJake <jakeisnowshaken@gmail.com>
This commit is contained in:
@@ -90,3 +90,9 @@
|
||||
|
||||
/proc/cmp_ruincost_priority(datum/map_template/ruin/A, datum/map_template/ruin/B)
|
||||
return initial(A.spawn_cost) - initial(B.spawn_cost)
|
||||
|
||||
/proc/cmp_fusion_reaction_asc(singleton/fusion_reaction/A, singleton/fusion_reaction/B)
|
||||
return A.priority - B.priority
|
||||
|
||||
/proc/cmp_fusion_reaction_des(singleton/fusion_reaction/A, singleton/fusion_reaction/B)
|
||||
return B.priority - A.priority
|
||||
|
||||
Reference in New Issue
Block a user