Skip to content

Commit 5e3752b

Browse files
Xcybittfunkystationbot
andauthored
Tactical Station Map + Fixes (funky-station#2496)
* set * chore: Automatically update REUSE headers --------- Co-authored-by: funkystationbot <funky@funkystation.org>
1 parent 4536688 commit 5e3752b

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

Resources/Prototypes/Catalog/Fills/Lockers/heads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
- id: WantedListCartridge
489489
- id: DrinkHosFlask
490490
- id: RadioHandheldCommand #funkystation, no sec radio since they start with one
491-
- id: HandheldStationMap #funk, all HoS' must find their way
491+
- id: HandheldStationMapTactical #funk, all HoS' must find their way
492492
- id: BreachingCharge #funkystation knock knock, sec's here
493493
- id: BreachingCharge #funkystation knock knock, sec's here
494494

Resources/Prototypes/Catalog/Fills/Lockers/misc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
# SPDX-FileCopyrightText: 2024 plyush <121322002+toasterpm87@users.noreply.github.com>
3737
# SPDX-FileCopyrightText: 2025 88tv <131759102+88tv@users.noreply.github.com>
3838
# SPDX-FileCopyrightText: 2025 Icepick <122653407+Icepicked@users.noreply.github.com>
39+
# SPDX-FileCopyrightText: 2025 MaiaArai <158123176+YaraaraY@users.noreply.github.com>
3940
# SPDX-FileCopyrightText: 2025 MintyTheBinty <193618231+MintyTheBinty@users.noreply.github.com>
4041
# SPDX-FileCopyrightText: 2025 PurpleTranStar <tehevilduckiscoming@gmail.com>
4142
# SPDX-FileCopyrightText: 2025 Smugman <85798843+Smugman@users.noreply.github.com>
@@ -70,7 +71,7 @@
7071
- id: ClothingUniformJumpskirtOperative
7172
- id: ClothingHeadsetAltSyndicate
7273
- id: ClothingEyesHudSyndicate
73-
- id: HandheldStationMap #funk, i kinda don't want memorizing the station to be somewhat of a must for nukies
74+
- id: HandheldStationMapTactical #funk, i kinda don't want memorizing the station to be somewhat of a must for nukies
7475

7576
- type: entityTable
7677
id: FillLockerEmergencyStandard

Resources/Prototypes/Entities/Objects/Devices/station_map.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
33
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
44
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
5+
# SPDX-FileCopyrightText: 2025 Xcybitt <197952719+Xcybitt@users.noreply.github.com>
56
# SPDX-FileCopyrightText: 2025 mkanke-real <mikekanke@gmail.com>
67
# SPDX-FileCopyrightText: 2025 taydeo <td12233a@gmail.com>
78
#
@@ -92,3 +93,16 @@
9293
id: HandheldStationMapUnpowered
9394
parent: BaseHandheldStationMap
9495
suffix: Handheld, Unpowered
96+
97+
- type: entity
98+
id: HandheldStationMapTactical
99+
parent: [HandheldStationMapUnpowered, BaseSecurityContraband]
100+
name: tactical station map
101+
description: Displays a readout of the current station, without needing power to do so.
102+
components:
103+
- type: Sprite
104+
sprite: _Goobstation/Objects/Devices/tablets.rsi
105+
layers:
106+
- state: tablet
107+
- state: television
108+
shader: unshaded

0 commit comments

Comments
 (0)