mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Lipostipo and name change
Adds another drug called lipostipo, which increases your weight without adding nutrition. Made using lipozine, nutriment and fluorine. Essentially acts as a reverse of the other drug, adding 3lbs per 1u, same overdose. Max of 500lbs. Also changes the name of Lipozine Plus to Lipozilase, on account of it still sounding fantasy, it cleaving away fat and being fun to say. Lipostipo comes from the latin for "stuffing full", so stuffing full of fat and is equally fun to say. Both changes tested locally and work fine.
This commit is contained in:
@@ -163,13 +163,20 @@
|
||||
required_reagents = list("carbon" = 3, "iron" = 1, "nitrogen" = 3)
|
||||
result_amount = 7
|
||||
|
||||
/decl/chemical_reaction/instant/lipozineplus
|
||||
name = "Lipozine Plus"
|
||||
id = "Lipozine Plus"
|
||||
result = "lipozineplus"
|
||||
/decl/chemical_reaction/instant/lipozilase
|
||||
name = "Lipozilase"
|
||||
id = "Lipozilase"
|
||||
result = "lipozilase"
|
||||
required_reagents = list("lipozine" = 1, "diethylamine" = 1)
|
||||
result_amount = 2
|
||||
|
||||
/decl/chemical_reaction/instant/lipostipo
|
||||
name = "Lipostipo"
|
||||
id = "Lipostipo"
|
||||
result = "lipostipo"
|
||||
required_reagents = list("lipozine" = 1, "nutriment" = 1, "fluorine" = 1)
|
||||
result_amount = 3
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
/// Reagent colonies.
|
||||
/decl/chemical_reaction/instant/meatcolony
|
||||
|
||||
Reference in New Issue
Block a user