Skip to content

Commit

Permalink
take 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndomen committed Jan 29, 2025
1 parent 87c969f commit e2af2b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@
id: SpawnPointGhostOneirophage
components:
- type: GhostRole
name: ghost-role-information-giant-oneirophage-name
name: ghost-role-information-oneirophage-name
description: ghost-role-information-oneirophage-description
rules: ghost-role-information-oneirophage-rules
requirements: # keep in sync with the antag prototype
- !type:OverallPlaytimeRequirement
time: 86400 # 24h so you probably know some general lore or something
- type: GhostRoleMobSpawner
prototype: MobOneirophage
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
- type: entity
name: oneirophage
parent: MobGiantSpider
id: Oneirophage
id: MobOneirophage
description: The 'dream-eater' spider, rumored to be one of the potential genetic sources for arachne.
components:
- type: GhostRole
Expand Down Expand Up @@ -246,6 +246,7 @@
- type: PotentialPsionic
- type: Psionic
removable: false
- type: GlimmerSource
- type: MetapsionicPower
- type: AntiPsionicWeapon
punish: false
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_DV/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
- type: AntagSelection
agentName: oneirophage-round-end-name
definitions:
- spawnerPrototype: SpawnPointGhostVampSpider
- spawnerPrototype: SpawnPointGhostOneirophage
min: 1
max: 1
pickPlayer: false
Expand Down

0 comments on commit e2af2b4

Please sign in to comment.