Added synthetic-derived growth factor amonst some bugfixes.
This commit is contained in:
@@ -3,6 +3,7 @@ Cit/main/Chemistry notes
|
||||
SEE README.MD FOR FUNCTIONS
|
||||
|
||||
~Main folder: \ss13\Citadel-Station-13\code\modules\reagents\chemistry~
|
||||
~ADD NEW FILES TO tgstation.dme~
|
||||
|
||||
~Recipies: \ss13\Citadel-Station-13\code\modules\reagents\chemistry\recipes~
|
||||
This contains the reaction recipies and thats it.
|
||||
@@ -49,6 +50,9 @@ How the end state should look:{
|
||||
Where the actual reaction takes place, main edit location.
|
||||
About half way where I've commented (WHY IS THERE NO LINE NUMBERS?!)
|
||||
|
||||
~\ss13\Citadel-Station-13\code/modules/reagents/chemistry/reagents~
|
||||
Where what the reactions do, the code that sets what they do.
|
||||
|
||||
|
||||
~\ss13\Citadel-Station-13\tgui\src\interfaces~
|
||||
This contains the 4 scripts for generation of the UI for operation of the various chemical equipments.
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
materials = list(MAT_GLASS=2500, MAT_PLASTIC=3000)
|
||||
volume = 150
|
||||
amount_per_transfer_from_this = 10
|
||||
possible_transfer_amounts = list(5,10,15,20,25,30,60,120, 150)
|
||||
possible_transfer_amounts = list(5,10,15,20,25,30,60,120,150)
|
||||
|
||||
/obj/item/reagent_containers/glass/beaker/plastic/update_icon()
|
||||
icon_state = "beakerlarge" // hack to lets us reuse the large beaker reagent fill states
|
||||
|
||||
Reference in New Issue
Block a user