Skip to content

Commit

Permalink
[MIRROR] Adds Retain volume flag on the ants reaction (#2087)
Browse files Browse the repository at this point in the history
* Adds Retain volume flag on the ants reaction

* Update others.dm

* Update others.dm

---------

Co-authored-by: Pink <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Apr 20, 2024
1 parent d61b324 commit ed18649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/recipes/others.dm
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@
optimal_ph_min = 3
optimal_ph_max = 12
required_temp = 50
reaction_flags = NONE //SKYRAT CHANGE, REACTION_INSTANT TO NONE
reaction_flags = REAGENT_SPLITRETAINVOL //NOVA EDIT CHANGE - ORIGINAL: reaction_flags = REACTION_INSTANT | REAGENT_SPLITRETAINVOL
reaction_tags = REACTION_TAG_EASY | REACTION_TAG_UNIQUE

/datum/chemical_reaction/ant_slurry // We're basically gluing ants together with synthflesh & maint sludge to make a bigger ant.
Expand Down

0 comments on commit ed18649

Please sign in to comment.