Skip to content

Commit

Permalink
SCG simple mobs don't die to cold temps, removes unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Mar 9, 2024
1 parent 5df9fc2 commit ac05104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions code/modules/mob/living/simple_animal/hostile/scg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
natural_weapon = /obj/item/natural_weapon/punch
min_gas = list()
max_gas = list()
minbodytemp = 0
maxbodytemp = 3000
unsuitable_atmos_damage = 0
faction = "scg"
status_flags = CANPUSH
Expand Down
1 change: 0 additions & 1 deletion code/modules/mob/living/simple_animal/simple_animal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
var/max_co2 = 5 // CO2 max
var/min_n2 = 0 // N2 min
var/max_n2 = 0 // N2 max
var/unsuitable_atoms_damage = 2 // This damage is taken when atmos doesn't fit all the requirements above

//Attack ranged settings
var/projectiletype // The projectiles I shoot
Expand Down

0 comments on commit ac05104

Please sign in to comment.