Skip to content

Commit

Permalink
Adds Red Shoes (#901)
Browse files Browse the repository at this point in the history
Mr. Heavenly's Abnormality Jam Entry #1

Records

uncommented weapon

Finishing touches

Design rework

adds ego gift and inhands

New sprites!

uncommented sfx

insanity fix

quieter sound loop

Fixes some shit

fix linters

requested changes

Adds Red Shoes

Mr. Heavenly's Abnormality Jam Entry #1

Records

uncommented weapon

Finishing touches

Design rework

adds ego gift and inhands

New sprites!

uncommented sfx

insanity fix

quieter sound loop

Fixes some shit

fix linters

requested changes

Update code/modules/mob/living/simple_animal/abnormality/he/red_shoes.dm

fixes suit check in assimilate() proc

Co-authored-by: [̸R̵e̵d̴a̴c̶t̸e̸d̴]̵ <[email protected]>

Update code/modules/mob/living/simple_animal/abnormality/he/red_shoes.dm

fixes dismembering

Co-authored-by: [̸R̵e̵d̴a̴c̶t̸e̸d̴]̵ <[email protected]>

Update code/modules/mob/living/simple_animal/abnormality/he/red_shoes.dm

Co-authored-by: [̸R̵e̵d̴a̴c̶t̸e̸d̴]̵ <[email protected]>

breach is more dangerous

compiles

bug fix

fixes simple mob

bug fixes

Panic fixed!!!!

stuff

wayward records

Update code/modules/paperwork/records/info/he.dm

Co-authored-by: [̸R̵e̵d̴a̴c̶t̸e̸d̴]̵ <[email protected]>

Update code/modules/mob/living/simple_animal/abnormality/he/red_shoes.dm

Co-authored-by: [̸R̵e̵d̴a̴c̶t̸e̸d̴]̵ <[email protected]>

attribute bonus

requested changes

Co-authored-by: Mr.Heavenly <[email protected]>
  • Loading branch information
vampirebat74 and vampirebat74 authored Oct 15, 2023
1 parent e7db92f commit 2defb31
Show file tree
Hide file tree
Showing 12 changed files with 430 additions and 2 deletions.
Binary file modified ModularTegustation/Teguicons/32x32.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/status_sprites.dmi
Binary file not shown.
6 changes: 6 additions & 0 deletions code/datums/looping_sounds/abnormalities.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
volume = 60
extra_range = -4

/datum/looping_sound/redshoes_ambience
mid_sounds = 'sound/abnormalities/redshoes/RedShoes_Idle.ogg'
mid_length = 10 SECONDS
volume = 15
extra_range = -4

// Ordeals
/datum/looping_sound/amberdusk
mid_sounds = 'sound/effects/ordeals/amber/dusk_ambience.ogg'
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/ego_weapons/he.dm
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@
armortype = RED_DAMAGE
attack_verb_continuous = list("hacks", "slashes", "attacks")
attack_verb_simple = list("hack", "slash", "attack")
// hitsound = 'sound/abnormalities/redshoes/RedShoes_Attack.ogg'
hitsound = 'sound/abnormalities/redshoes/RedShoes_Attack.ogg'
attribute_requirements = list(
FORTITUDE_ATTRIBUTE = 40
)
Expand Down
Loading

0 comments on commit 2defb31

Please sign in to comment.