Skip to content

Commit

Permalink
Reapply "Reapply "ups max body temp on syndi ops so they STOP DYING""
Browse files Browse the repository at this point in the history
This reverts commit c065643.
  • Loading branch information
Gristlebee committed May 9, 2024
1 parent c065643 commit 647730d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/mob/living/simple_animal/hostile/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
health = 170
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
minbodytemp = 0
maxbodytemp = 400
speed = 1

/mob/living/simple_animal/hostile/syndicate/space/Initialize()
Expand Down Expand Up @@ -92,6 +93,7 @@
health = 170
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
minbodytemp = 0
maxbodytemp = 400
speed = 1
projectile_deflect_chance = 50

Expand Down Expand Up @@ -144,6 +146,7 @@
health = 170
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
minbodytemp = 0
maxbodytemp = 400
speed = 1
projectile_deflect_chance = 50

Expand Down Expand Up @@ -191,6 +194,7 @@
health = 170
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
minbodytemp = 0
maxbodytemp = 400
speed = 1

/mob/living/simple_animal/hostile/syndicate/ranged/space/Initialize()
Expand Down Expand Up @@ -224,6 +228,7 @@
health = 170
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
minbodytemp = 0
maxbodytemp = 400
speed = 1

/mob/living/simple_animal/hostile/syndicate/ranged/smg/space/Initialize()
Expand Down Expand Up @@ -254,6 +259,7 @@
health = 170
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
minbodytemp = 0
maxbodytemp = 400
speed = 1

/mob/living/simple_animal/hostile/syndicate/ranged/shotgun/space/Initialize()
Expand Down

0 comments on commit 647730d

Please sign in to comment.