Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of fixes and some addons #299

Merged
merged 35 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
384c728
Many map fixes
Jan 14, 2025
d7bf6a9
Sets maw to new sprites
Jan 14, 2025
65f159d
Fixes necromorphs not taking damage
Jan 14, 2025
6c87e14
Overhauls & fixes sense
Jan 14, 2025
bb72e30
Qdel marker signal on ghosting
Jan 19, 2025
b19a7e3
Moves sense order around
Jan 19, 2025
81005ea
Makes twitcher spec_life check parent
Jan 19, 2025
f721903
Gives passive brute healing to necros
Jan 19, 2025
36ea715
Removes some biomass sources, reduces passive income
Jan 19, 2025
2bcc41f
Updates harvester to new sprites, gives light
Jan 20, 2025
dea29b9
Gives glow to nest
Jan 20, 2025
09201ee
Gives marker soundloop and glow on activation
Jan 20, 2025
4f255fc
Makes markerthrob.ogg shorter
Jan 20, 2025
0f0164c
Removes unused color defines
Jan 20, 2025
4806087
Removes light from scry
Jan 20, 2025
651af3f
Makes marker soundloop go farther
Jan 20, 2025
8750c3b
Removes duplicate acetone recipe, tweaks morphine recipe
Jan 23, 2025
4ecc5f9
Inapification ray
Jan 23, 2025
6e2528e
Fixes inap overdose
Jan 23, 2025
475fd1b
Balance tweak for inap
Jan 23, 2025
25f5fec
Fixes med locker
Jan 23, 2025
6fe7cc8
Makes laying and applying pressure more effective at slowing bloodloss
Jan 23, 2025
047149e
Removes rat duplication
Jan 23, 2025
2a3c492
Caltrop check change
Jan 23, 2025
b6f1f65
Corruption fix attempt #1
Jan 27, 2025
0f2c4fd
Fixes corruption not regrowing
Jan 27, 2025
4515239
Removes corruption bandaid fix
Jan 27, 2025
2efbdfa
Fixes can_usr_use for marker static
Jan 27, 2025
648d613
Little nest fix
Jan 27, 2025
bcbcc49
Cysts check if target is conscious
Jan 27, 2025
0b41fdd
Puts marker static over runechat layer
Jan 28, 2025
fa48bf5
Necros can no longer access storage inventory
Jan 28, 2025
a086e6d
Tweaks armory, some map fixes
Jan 28, 2025
b4601d8
Fixes modlink scryer in loadout
Jan 28, 2025
32887c5
Fixes slapcraft recipe name
Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Makes twitcher spec_life check parent
Mostly for the base necro healing
  • Loading branch information
Sym committed Jan 19, 2025
commit 81005ea9ac1b4c5f35d54ab98993aa30bb5e4345
1 change: 1 addition & 0 deletions deadspace/code/necromorph/necromorphs/subtypes/twitcher.dm
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@
if(necro.stat == DEAD)
return //Don't want it generating dodge while dead
necro.dodge_pool = min(necro.dodge_pool + (0.6 * delta_time), necro.max_pool)
..()

/datum/species/necromorph/twitcher/bullet_act(obj/projectile/P, mob/living/carbon/human/necromorph/twitcher/necro)
if(necro.stat == DEAD)