Skip to content

Commit

Permalink
Holopad Context Menu Fix (#1699)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

---

Holopads can finally be right clicked as well as show up in the context
menu. Mappers rejoice.

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- fix: Fixed holopads being unable to be right clicked on.
  • Loading branch information
dootythefrooty authored Feb 1, 2025
1 parent b7b7d1c commit ed1bdb3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Resources/Prototypes/Entities/Structures/Machines/holopad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
- SubfloorMask
layer:
- LowImpassable
hard: false
- type: Physics
canCollide: False
- type: ApcPowerReceiver
powerLoad: 300
- type: StationAiVision
Expand Down Expand Up @@ -90,7 +91,7 @@
- type: WiresVisuals
- type: Wires
boardName: wires-board-name-holopad
layoutId: Holopad
layoutId: Holopad
- type: Destructible
thresholds:
- trigger:
Expand All @@ -104,7 +105,7 @@
node: machineFrame
- !type:DoActsBehavior
acts: ["Destruction"]

- type: entity
name: long-range holopad
description: "A floor-mounted device for projecting holographic images to similar devices that are far away."
Expand All @@ -117,7 +118,7 @@
- Map
- Unlimited
ignoreTelephonesOnSameGrid: true

- type: entity
name: quantum entangling holopad
description: "An floor-mounted device for projecting holographic images to similar devices at extreme distances."
Expand Down Expand Up @@ -151,7 +152,7 @@
id: HolopadHologram
name: hologram
categories: [ HideSpawnMenu ]
suffix: DO NOT MAP
suffix: DO NOT MAP
components:
- type: Transform
anchored: true
Expand Down Expand Up @@ -179,4 +180,4 @@
scrollRate: 0.125
- type: Tag
tags:
- HideContextMenu
- HideContextMenu

0 comments on commit ed1bdb3

Please sign in to comment.