Skip to content

Commit

Permalink
Merge pull request #22 from spess-empyrean/disable_roundstart_species
Browse files Browse the repository at this point in the history
Changes Roundstart Species to /vg/ roundstarts
  • Loading branch information
spess-empyrean authored Jan 25, 2025
2 parents 44bf34e + d595961 commit d7e0583
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/DeltaV/Species/vulpkanin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Vulpkanin
name: species-name-vulpkanin
roundStart: true
roundStart: false
prototype: MobVulpkanin
sprites: MobVulpkaninSprites
defaultSkinTone: "#985629"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Nyanotrasen/Species/Oni.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Oni
name: species-name-oni
roundStart: true
roundStart: false
prototype: MobOni
dollPrototype: MobOniDummy
markingLimits: MobOniMarkingLimits
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Nyanotrasen/Species/felinid.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Felinid
name: species-name-felinid
roundStart: true
roundStart: false
prototype: MobFelinid
sprites: MobHumanSprites
defaultSkinTone: "#c0967f"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/arachne.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Arachne
name: species-name-arachne
roundStart: true # I'll kill these issues somehow.
roundStart: false # I'll kill these issues somehow.
prototype: MobArachne
sprites: MobArachneSprites
defaultSkinTone: "#c0967f"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/arachnid.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Arachnid
name: species-name-arachnid
roundStart: true
roundStart: false
prototype: MobArachnid
sprites: MobArachnidSprites
defaultSkinTone: "#385878"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/harpy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Harpy
name: species-name-harpy
roundStart: true
roundStart: false
prototype: MobHarpy
sprites: MobHarpySprites
defaultSkinTone: "#c0967f"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/ipc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: IPC
name: species-name-ipc
roundStart: true
roundStart: false
prototype: MobIPC
sprites: MobIPCSprites
defaultSkinTone: "#aaa9ad"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/moth.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Moth
name: species-name-moth
roundStart: true
roundStart: false
prototype: MobMoth
sprites: MobMothSprites
defaultSkinTone: "#ffda93"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/reptilian.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Reptilian
name: species-name-reptilian
roundStart: true
roundStart: false
prototype: MobReptilian
sprites: MobReptilianSprites
defaultSkinTone: "#34a223"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/skeleton.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Skeleton
name: species-name-skeleton
roundStart: false
roundStart: true
prototype: MobSkeletonPerson
sprites: MobSkeletonSprites
defaultSkinTone: "#fff9e2"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/slime.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: SlimePerson
name: species-name-slime
roundStart: true
roundStart: false
prototype: MobSlimePerson
sprites: MobSlimeSprites
defaultSkinTone: "#b8b8b8"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/vox.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Vox
name: species-name-vox
roundStart: false # sad...
roundStart: true
prototype: MobVox
sprites: MobVoxSprites
markingLimits: MobVoxMarkingLimits
Expand Down

0 comments on commit d7e0583

Please sign in to comment.