]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Diona Nymphs & Splitting (#24630)
authorLankLTE <135308300+LankLTE@users.noreply.github.com>
Sat, 17 Feb 2024 02:54:44 +0000 (18:54 -0800)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2024 02:54:44 +0000 (18:54 -0800)
commit407d4aed586a5143dc1dd0d31e7898f6df07a411
tree188bf04cd32250665a212c277e7d42ef92618020
parent699ee6e0c84a3205ca92bd2134c4c3bbdd5be414
Diona Nymphs & Splitting (#24630)

* Porting & implementation

* Fix two stupid errors

* Human not humans

* fix audio path

* Fix test fails & update cooldown

* Work on reviews & test fail

* Rework nymph organ system.

* Make the nymph organs nospawn.

* IsDeadIC
27 files changed:
Content.Server/Atmos/EntitySystems/FlammableSystem.cs
Content.Server/Damage/Components/IgniteOnHeatDamageComponent.cs [new file with mode: 0644]
Content.Server/Silicons/Borgs/BorgSystem.Modules.cs
Content.Shared/Mind/Components/IsDeadICComponent.cs [new file with mode: 0644]
Content.Shared/Mind/IsDeadICSystem.cs [new file with mode: 0644]
Content.Shared/Species/Components/GibActionComponent.cs [new file with mode: 0644]
Content.Shared/Species/Components/NymphComponent.cs [new file with mode: 0644]
Content.Shared/Species/Components/ReformComponent.cs [new file with mode: 0644]
Content.Shared/Species/Systems/GibActionSystem.cs [new file with mode: 0644]
Content.Shared/Species/Systems/NymphSystem.cs [new file with mode: 0644]
Content.Shared/Species/Systems/ReformSystem.cs [new file with mode: 0644]
Resources/Audio/Animals/attributions.yml
Resources/Audio/Animals/nymph_chirp.ogg [new file with mode: 0644]
Resources/Locale/en-US/actions/actions/diona.ftl [new file with mode: 0644]
Resources/Locale/en-US/interaction/interaction-popup-component.ftl
Resources/Prototypes/Actions/diona.yml [new file with mode: 0644]
Resources/Prototypes/Body/Organs/diona.yml
Resources/Prototypes/Body/Prototypes/Animal/nymph.yml [new file with mode: 0644]
Resources/Prototypes/Body/Prototypes/diona.yml
Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Resources/Prototypes/Entities/Mobs/Player/diona.yml
Resources/Prototypes/Entities/Mobs/Species/diona.yml
Resources/Textures/Mobs/Animals/nymph.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Mobs/Animals/nymph.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Mobs/Animals/nymph.rsi/nymph.png [new file with mode: 0644]
Resources/Textures/Mobs/Animals/nymph.rsi/nymph_dead.png [new file with mode: 0644]
Resources/Textures/Mobs/Animals/nymph.rsi/nymph_sleep.png [new file with mode: 0644]