More fixes

This commit is contained in:
Fermi
2019-05-21 05:05:32 +01:00
parent a9bc75fc0e
commit 71088eace9
6 changed files with 9 additions and 15 deletions
@@ -114,8 +114,8 @@
addiction_threshold = 15
metabolization_rate = 0.5 * REAGENTS_METABOLISM
addiction_stage2_end = 30
addiction_stage3_end = 40
addiction_stage4_end = 43 //Incase it's too long
addiction_stage3_end = 41
addiction_stage4_end = 44 //Incase it's too long
var/location_created
var/turf/open/location_return = null
var/addictCyc1 = 0
@@ -251,7 +251,7 @@
src.addictCyc4++
..()
. = 1
//. = 1
//TODO
///datum/reagent/fermi/eigenstate/overheat_explode(mob/living/M)
@@ -190,7 +190,7 @@
my_atom.reagents.clear_reagents()
..()
/datum/chemical_reaction/fermi/astral //done
/datum/chemical_reaction/fermi/astral //done //BORKEN
name = "Astrogen"
id = "astral"
results = list("astral" = 3)
@@ -278,7 +278,7 @@
var/turf/T = get_turf(my_atom)
var/datum/reagents/R = new/datum/reagents(1000)
var/datum/effect_system/smoke_spread/chem/s = new()
R.add_reagent("enthrallExplo", volume)
R.add_reagent("enthrallExplo", volume/2)
s.set_up(R, volume, T)
s.start()
my_atom.reagents.clear_reagents()