Merge pull request #439 from Versallion/HeyAbductorsJustDidThat

Hey that round showed something funky so i went and nerfed midround spawns, and medical benefits from something
This commit is contained in:
Dahlular
2020-09-07 21:20:07 -06:00
committed by GitHub
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
weight = 10
max_occurrences = 1
min_players = 20
earliest_start = 45 MINUTES
gamemode_blacklist = list("nuclear","wizard","revolution")
/datum/round_event/ghost_role/abductor
+1
View File
@@ -3,6 +3,7 @@
typepath = /datum/round_event/ghost_role/nightmare
max_occurrences = 1
min_players = 20
earliest_start = 30 MINUTES
/datum/round_event/ghost_role/nightmare
minimum_required = 1
@@ -73,7 +73,7 @@
id = "synthtissue"
results = list("synthtissue" = 0.05)
required_reagents = list("synthflesh" = 0.01)
required_catalysts = list("nutriment" = 0.1)
required_catalysts = list("sugar" = 0.1)
//FermiChem vars:
OptimalTempMin = 305 // Lower area of bell curve for determining heat based rate reactions
OptimalTempMax = 315 // Upper end for above
@@ -92,7 +92,7 @@
/datum/chemical_reaction/synthtissue/FermiCreate(datum/reagents/holder, added_volume, added_purity)
var/datum/reagent/synthtissue/St = holder.has_reagent("synthtissue")
var/datum/reagent/N = holder.has_reagent("nutriment")
var/datum/reagent/N = holder.has_reagent("sugar")
if(!St)
return
if(holder.chem_temp > 320)