Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed Oni, Arachne and Vulpa From Roundstart Selection and Random Weights #33

Closed
wants to merge 1 commit into from
Closed
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
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 # WD EDIT
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 # WD EDIT
prototype: MobOni
dollPrototype: MobOniDummy
markingLimits: MobOniMarkingLimits
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
roundStart: false # WD EDIT
prototype: MobArachne
sprites: MobArachneSprites
markingLimits: MobArachneMarkingLimits
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Species/species_weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Human: 5
Reptilian: 4
SlimePerson: 4
Oni: 3 #Nyanotrasen Oni, see Prototypes/Nyanotrasen/Entities/Mobs/Species/Oni.yml
# Oni: 3 # WD EDIT, Nyanotrasen Oni, see Prototypes/Nyanotrasen/Entities/Mobs/Species/Oni.yml
Felinid: 4 # Nyanotrasen - Felinid, see Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml
Vulpkanin: 3 # DeltaV - Vulpkanin, see Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml
# Vulpkanin: 3 # WD EDIT, DeltaV - Vulpkanin, see Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml
Diona: 2
Loading