Skip to content

Commit

Permalink
on second thought
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Sep 18, 2024
1 parent e72401d commit 361b504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/power/port_gen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions code/modules/reagents/chemistry/reagents/other_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1213,15 +1213,15 @@
victim.adjustStaminaLoss(1)
if(150 to 250)
to_chat(victim, "<span class='userdanger'>[pick("Your head hurts!", "You feel a burning knife inside your brain!", "A wave of pain fills your head!")]</span>")
victim.adjustStaminaLoss(3)
victim.adjustStaminaLoss(1)
victim.Stun(10)
victim.Dizzy(5)
victim.confused += (accumilation/50)
victim.gain_trauma(/datum/brain_trauma/mild/expressive_aphasia)
victim.gain_trauma(/datum/brain_trauma/mild/muscle_weakness)
if(250 to 350)
to_chat(victim, "<span class='userdanger'>[pick("What were you doing...?", "Where are you...?", "What's going on...?")]</span>")
victim.adjustStaminaLoss(5)
victim.adjustStaminaLoss(3)
victim.Stun(35)

victim.Dizzy(5)
Expand Down

0 comments on commit 361b504

Please sign in to comment.