diff --git a/code/modules/mob/living/simple_animal/friendly/panda.dm b/code/modules/mob/living/simple_animal/friendly/panda.dm deleted file mode 100644 index ef3f0c6c23..0000000000 --- a/code/modules/mob/living/simple_animal/friendly/panda.dm +++ /dev/null @@ -1,20 +0,0 @@ -/mob/living/simple_animal/pet/redpanda - name = "Red panda" - desc = "It's a red panda." - icon = 'icons/mob/pets.dmi' - icon_state = "red_panda" - icon_living = "red_panda" - icon_dead = "dead_panda" - speak = list("Churip","Chuuriip","Cheep-cheep","Chiteurp","squueeaacipt") - speak_emote = list("chirps", "huff-quacks") - emote_hear = list("squeak-chrips.", "huff-squacks.") - emote_see = list("shakes its head.", "rolls about.") - speak_chance = 1 - turns_per_move = 5 - see_in_dark = 6 - butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab = 3) - response_help = "pets" - response_disarm = "gently pushes aside" - response_harm = "kicks" - gold_core_spawnable = FRIENDLY_SPAWN - do_footstep = TRUE diff --git a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm index 9552b58ab3..0069edc20d 100644 --- a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm +++ b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm @@ -81,7 +81,7 @@ CurveSharpT = 1.5 // How sharp the temperature exponential curve is (to the power of value) CurveSharppH = 3 // How sharp the pH exponential curve is (to the power of value) ThermicConstant = 10 //Temperature change per 1u produced - HIonRelease = -0.01 //pH change per 1u reaction + HIonRelease = -0.02 //pH change per 1u reaction RateUpLim = 3 //Optimal/max rate possible if all conditions are perfect FermiChem = TRUE//If the chemical uses the Fermichem reaction mechanics FermiExplode = FALSE //If the chemical explodes in a special way diff --git a/tgstation.dme b/tgstation.dme index 9aafb1b60b..db2e7f77e7 100755 --- a/tgstation.dme +++ b/tgstation.dme @@ -2105,7 +2105,6 @@ #include "code\modules\mob\living\simple_animal\friendly\gondola.dm" #include "code\modules\mob\living\simple_animal\friendly\lizard.dm" #include "code\modules\mob\living\simple_animal\friendly\mouse.dm" -#include "code\modules\mob\living\simple_animal\friendly\panda.dm" #include "code\modules\mob\living\simple_animal\friendly\penguin.dm" #include "code\modules\mob\living\simple_animal\friendly\pet.dm" #include "code\modules\mob\living\simple_animal\friendly\sloth.dm"