]> git.smokeofanarchy.ru Git - space-station-14.git/commit
prop hunt ss14 (real) (#26691)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Wed, 17 Apr 2024 21:48:35 +0000 (21:48 +0000)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 21:48:35 +0000 (14:48 -0700)
commit395c33024cb9d4e80078e3ab3c70c1e92e7fd5bc
tree2de0d7a2cf4a0db2520ea6605009115ed78d091a
parent46733616df769c04244c778aa2e6dd010b02886b
prop hunt ss14 (real) (#26691)

* texture appropriation

* add code for projector

* add chameleon projector yml

* damage and actions

* prevent small props being killed round removing you (700 damage from a single shot)

* tweak default

* oop

* do appearance properly, need engine update

* fix bugs, blacklist pda

* remove status icons

* amou

* sus

* fix test + make props fast

* amouuuung

* remove funny log

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
14 files changed:
Content.Client/CardboardBox/CardboardBoxSystem.cs
Content.Client/Polymorph/Systems/ChameleonProjectorSystem.cs [new file with mode: 0644]
Content.Server/Polymorph/Systems/ChameleonProjectorSystem.cs [new file with mode: 0644]
Content.Shared/Polymorph/Components/ChameleonDisguiseComponent.cs [new file with mode: 0644]
Content.Shared/Polymorph/Components/ChameleonProjectorComponent.cs [new file with mode: 0644]
Content.Shared/Polymorph/Systems/SharedChameleonProjectorSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/chameleon-projector/chameleon-projector.ftl [new file with mode: 0644]
Resources/Locale/en-US/store/uplink-catalog.ftl
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml [new file with mode: 0644]
Resources/Textures/Objects/Devices/chameleon_projector.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/chameleon_projector.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/chameleon_projector.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/chameleon_projector.rsi/meta.json [new file with mode: 0644]