Skip to content

Commit

Permalink
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 ad9c45e.
  • Loading branch information
Gristlebee committed May 9, 2024
1 parent ad9c45e commit dbb9535
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 dbb9535

Please sign in to comment.