diff --git a/baystation12.int b/baystation12.int index b82874fded5..72b22a9a205 100644 --- a/baystation12.int +++ b/baystation12.int @@ -1,6 +1,8 @@ // BEGIN_INTERNALS /* -MAP_ICON_TYPE: 0 +LAST_COMPILE_TIME: 1466775300 AUTO_FILE_DIR: OFF +MAP_ICON_TYPE: 0 +LAST_COMPILE_VERSION: 510.1347 */ // END_INTERNALS diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index 8ec8eb8a081..fb3c9ec1ff1 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -288,8 +288,8 @@ tox_mod = 3 //they're not used to all our weird human bacteria. warning_low_pressure = 50 hazard_low_pressure = 0 - siemens_coefficient = 0 //attempting to mimic the old insulation feature. ethanol_resistance = 2 + siemens_coefficient = 1 //setting it to 0 would be redundant due to LordLag's snowflake checks, plus batons/tasers use siemens now too. breath_type = "oxygen" poison_type = "null" //a species that breathes plasma shouldn't be poisoned by it. blurb = "Vaurca are a bipedal insectoid species from the first moon of Sedantis I. \ diff --git a/code/modules/spells/targeted/projectile/projectile.dm b/code/modules/spells/targeted/projectile/projectile.dm index a0c403b51a6..185cdfece46 100644 --- a/code/modules/spells/targeted/projectile/projectile.dm +++ b/code/modules/spells/targeted/projectile/projectile.dm @@ -38,7 +38,7 @@ If the spell_projectile is seeking, it will update its target every process and if(istype(projectile, /obj/item/projectile/spell_projectile)) var/obj/item/projectile/spell_projectile/SP = projectile SP.carried = src //casting is magical - spawn projectile.process() + projectile.launch(target) return /spell/targeted/projectile/proc/choose_prox_targets(mob/user = usr, var/atom/movable/spell_holder) diff --git a/html/changelog.html b/html/changelog.html index 159c5da91ac..32d7f70c384 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -56,6 +56,13 @@ -->
+

12 July 2016

+

LordFowl updated:

+ +

10 July 2016

Alberyk updated: