Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ ghost-role-information-skeleton-pirate-description = Cause chaos and loot the st
ghost-role-information-skeleton-biker-name = Skeleton Biker
ghost-role-information-skeleton-biker-description = Ride around on your sweet ride.

ghost-role-information-closet-skeleton-name = Closet Skeleton
ghost-role-information-closet-skeleton-description = You are arguably one of the oldest members of the station! Get your old job back, or cause chaos! The world is yours to shape.

ghost-role-information-remilia-name = Remilia, the Chaplain's Familiar
ghost-role-information-remilia-description = Follow and obey the chaplain. Eat fruit. Screech loudly into people's ears and write it off as echolocation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@
- RandomHumanoidVisitorReporter
- RandomHumanoidVisitorServiceWorker
- RandomHumanoidVisitorZookeeper
- MobSkeletonCloset

- type: entity
name: NanoTrasen visitor spawner
Expand Down
18 changes: 0 additions & 18 deletions Resources/Prototypes/Entities/Mobs/Player/skeleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,3 @@
- type: Loadout
prototypes: [SkeletonBiker]
- type: RandomHumanoidAppearance

- type: entity
parent: MobSkeletonPerson
id: MobSkeletonCloset
name: closet skeleton
components:
- type: GhostRole
name: ghost-role-information-closet-skeleton-name
description: ghost-role-information-closet-skeleton-description
rules: ghost-role-information-freeagent-rules
mindRoles:
- MindRoleGhostRoleFreeAgent
raffle:
settings: default
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [LimitedPassengerGear]
- type: RandomHumanoidAppearance
12 changes: 0 additions & 12 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
id: BasicAntagEventsTable
table: !type:AllSelector # we need to pass a list of rules, since rules have further restrictions to consider via StationEventComp
children:
- id: ClosetSkeleton
- id: KingRatMigration
- id: RevenantSpawn
- !type:NestedSelector
Expand Down Expand Up @@ -173,17 +172,6 @@
duration: 1
- type: ClericalErrorRule

- type: entity
parent: BaseGameRule
id: ClosetSkeleton
components:
- type: StationEvent
weight: 5
duration: 1
minimumPlayers: 10
- type: RandomEntityStorageSpawnRule
prototype: MobSkeletonCloset

- type: entity
parent: BaseGameRule
id: DragonSpawn
Expand Down
4 changes: 4 additions & 0 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -827,3 +827,7 @@ CrateVendingMachineRestockGetmoreChocolateCorpFilled: VendingMachineRestockGetmo
CrateVendingMachineRestockChangFilled: VendingMachineRestockChang
CrateVendingMachineRestockDiscountDansFilled: VendingMachineRestockDiscountDans
CrateVendingMachineRestockDonutFilled: VendingMachineRestockDonut

# 2026-04-23
MobSkeletonCloset: null
ClosetSkeleton: null
Loading