[HOTFIX] Chameleon projector invisibility (#40509)
* GOGOGO * Hotfix * TODO * Update Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
parent
419aaa59a2
commit
8ddcbba5ee
|
|
@ -15,10 +15,16 @@
|
|||
tags:
|
||||
- Bot # for funny bot moments
|
||||
blacklist:
|
||||
components:
|
||||
components: # TODO: This blacklist should be cut down by a lot once Chameleon Projector code is less buggy. See #40510
|
||||
- ChameleonDisguise # no becoming kleiner
|
||||
- Door # no faking doors
|
||||
- MindContainer # no
|
||||
- Pda # PDAs currently make you invisible /!\
|
||||
- SubFloorHide # no hiding under the floor
|
||||
tags:
|
||||
- Catwalk # Catwalks make you invisible
|
||||
- Wall # Walls make you invisible
|
||||
- Window # Windows make you invisible
|
||||
disguiseProto: ChameleonDisguise
|
||||
- type: StaticPrice
|
||||
price: 5000
|
||||
|
|
|
|||
Loading…
Reference in New Issue