diff --git a/code/modules/power/port_gen.dm b/code/modules/power/port_gen.dm index 69325239cbc7..2b6fccf4982c 100644 --- a/code/modules/power/port_gen.dm +++ b/code/modules/power/port_gen.dm @@ -94,10 +94,10 @@ var/sheet_left = 0 // How much is left of the sheet var/time_per_sheet = 260 var/current_heat = 0 - var/pollution_multiplier = 2 + var/pollution_multiplier = 1 var/pollution_gas = GAS_CO -/obj/machinery/power/port_gen/pacman/Initialize() +/obj/machinery/power/port_gen/pacman/Initializge() . = ..() if(anchored) connect_to_network() diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 2ab11b49d146..f73724f9c6c6 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -1213,7 +1213,7 @@ victim.adjustStaminaLoss(1) if(150 to 250) to_chat(victim, "[pick("Your head hurts!", "You feel a burning knife inside your brain!", "A wave of pain fills your head!")]") - victim.adjustStaminaLoss(3) + victim.adjustStaminaLoss(1) victim.Stun(10) victim.Dizzy(5) victim.confused += (accumilation/50) @@ -1221,7 +1221,7 @@ victim.gain_trauma(/datum/brain_trauma/mild/muscle_weakness) if(250 to 350) to_chat(victim, "[pick("What were you doing...?", "Where are you...?", "What's going on...?")]") - victim.adjustStaminaLoss(5) + victim.adjustStaminaLoss(3) victim.Stun(35) victim.Dizzy(5)