Skip to content

Commit

Permalink
Merge pull request #109 from Jackofashepard/master
Browse files Browse the repository at this point in the history
Clapped prommies and added them to inf
  • Loading branch information
Jackofashepard committed Oct 21, 2020
2 parents b8fc523 + 398a2c1 commit 4a9f687
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/auras/regenerating_aura.dm
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
if(H.should_have_organ(BP_SLIMECORE))
var/obj/item/organ/internal/brain/slime/sponge = H.internal_organs_by_name[BP_SLIMECORE]
if(sponge)
sponge.take_internal_damage(1)
sponge.take_internal_damage(20)

if(last_damage < H.getBruteLoss() + H.getFireLoss() && world.time < toggle_organ_blocked_until)
ignore_tag = null
Expand Down
2 changes: 1 addition & 1 deletion code/modules/species/station/prometheans.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var/datum/species/shapeshifter/promethean/prometheans
min_age = 18
max_age = 125
brute_mod = 0.8
burn_mod = 1.2
burn_mod = 1.1
toxins_mod = 0.1
oxy_mod = 0
total_health = 400
Expand Down
8 changes: 4 additions & 4 deletions maps/torch/torch_ranks_boh.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
/datum/species/custom = list(UNRESTRICTED, SEMIRESTRICTED, /datum/mil_branch/solgov),
/datum/species/humanathi = list(UNRESTRICTED, SEMIRESTRICTED, /datum/mil_branch/solgov),
/datum/species/tajaran = list(UNRESTRICTED, SEMIRESTRICTED, /datum/mil_branch/solgov),
/datum/species/shapeshifter/promethean = list(UNRESTRICTED, /datum/mil_branch/solgov, /datum/mil_branch/private_security),
/datum/species/shapeshifter/promethean = list(UNRESTRICTED, SEMIRESTRICTED, /datum/mil_branch/private_security),
/datum/species/plasmasans = list(/datum/mil_branch/civilian, /datum/mil_branch/solgov),
/datum/species/vox = list(/datum/mil_branch/alien),
/datum/species/vox/armalis = list(/datum/mil_branch/alien)
Expand Down Expand Up @@ -823,7 +823,7 @@
name = "Captain"
name_short = "CPT"
sort_order = 8
pow_cat = 3
pow_cat = 3

/datum/mil_rank/soviet/o3
name = "Major"
Expand Down Expand Up @@ -896,7 +896,7 @@
name = "Lieutenant"
name_short = "LFT"
sort_order = 8
pow_cat = 3
pow_cat = 3

/datum/mil_rank/soviet/o3_gnf
name = "Captain Lieutenant"
Expand Down Expand Up @@ -932,7 +932,7 @@
name = "High Admiral"
name_short = "HAM"
sort_order = 14
pow_cat = 3
pow_cat = 3
//
//
// Ends of defines
Expand Down

0 comments on commit 4a9f687

Please sign in to comment.