Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private void LoadGridRuin(
return;
}

usedSpace.Add(ruinBox);
usedSpace.Add(ruinBox.Translated(coord.Value));
coords.Remove(coord.Value);

// Teleport it into place on preloader map
Expand Down Expand Up @@ -232,7 +232,7 @@ private void LoadMarkerRuin(

Spawn(ruin.SpawnedMarker, new EntityCoordinates(lavaland, coord.Value));

usedSpace.Add(ruinBox);
usedSpace.Add(ruinBox.Translated(coord.Value));
coords.Remove(coord.Value);
}

Expand Down
6 changes: 4 additions & 2 deletions Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,13 @@ public virtual void LoadProfile(EntityUid uid, HumanoidCharacterProfile? profile

humanoid.Age = profile.Age;

// CorvaxGoob-Clearing
// begin Goobstation: port EE height/width sliders
var species = _proto.Index(humanoid.Species);

SetScale(uid, new Vector2(species.DefaultWidth, species.DefaultHeight), true, humanoid);
if (profile.Height <= 0 || profile.Width <= 0)
SetScale(uid, new Vector2(species.DefaultWidth, species.DefaultHeight), true, humanoid);
else
SetScale(uid, new Vector2(profile.Width, profile.Height), true, humanoid);

_heightAdjust.SetScale(uid, new Vector2(humanoid.Width, humanoid.Height));
// end Goobstation: port EE height/width sliders
Expand Down
29 changes: 29 additions & 0 deletions Resources/Audio/_Erida/Voice/Shadowkin/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
- files: ["wurble.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from CHOMPStation"
source: "https://github.com/CHOMPStation2/CHOMPStation2"

- files: ["fox-growl.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from DeadSpace"
source: "https://github.com/dead-space-server/space-station-14-fobos"

- files: ["mrrp.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from Citadel Station 13"
source: "https://github.com/Citadel-Station-13/Citadel-Station-13-RP"

- files: ["dog_growl1.ogg", "dog_growl2.ogg", "dog_growl3.ogg"]
license: "CC0-1.0"
copyright: "Original sound by GlitchedTones at https://freesound.org/people/Glitchedtones/sounds/372533/ - cut out three clips of dog growling, cleaned up, converted to ogg"
source: "https://freesound.org/people/Glitchedtones/sounds/372533/"

- files: ["fox-scream3.ogg, fox-scream4.ogg, fox-scream5.ogg, fox-scream6.ogg, fox-scream7.ogg, scream1.ogg, scream2.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from LuaWorld frontier"
source: "https://github.com/Lua-Frontier/sector-frontier-14"

- files: ["speak_mrrp.ogg, speak_mrrp_ask.ogg, mrrp2.ogg"]
license: "CC0-1.0"
copyright: "Taken from https://free-sound-effects.net"
source: "https://free-sound-effects.net"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/_Erida/Voice/Shadowkin/mrrp.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions Resources/Prototypes/Entities/Mobs/Species/vox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
requiredLegs: 2
- type: HumanoidAppearance
species: Vox
undergarmentTop: UndergarmentTopTanktopVox
undergarmentBottom: UndergarmentBottomBoxersVox
markingsDisplacement: # Goobstation?
Hair:
sizeMaps:
Expand Down Expand Up @@ -318,8 +316,6 @@
components:
- type: HumanoidAppearance
species: Vox
undergarmentTop: UndergarmentTopTanktopVox
undergarmentBottom: UndergarmentBottomBoxersVox
markingsDisplacement: # Goobstation?
Hair:
sizeMaps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- type: Tag
tags:
- DrinkBottle # Needed to fit in the soda dispenser, needs a better name
- MolotovConstruction # Erida
- type: Construction #Goob content
graph: MolotovConstruction
node: start
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Nyanotrasen/Species/felinid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- type: species
id: Felinid
name: species-name-felinid
roundStart: false # Goobstation change
roundStart: true
prototype: MobFelinid
sprites: MobHumanSprites
markingLimits: MobFelinidMarkingLimits
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
TailOversuit: MobHumanoidAnyMarking # floof
Head: MobArachnidHead
Snout: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Chest: MobArachnidChest
Groin: MobArachnidGroin
Hair: MobHumanoidAnyMarking # imp, arachnid hair arachnid hair!
Expand Down Expand Up @@ -67,12 +65,6 @@
Chest:
points: 100
required: false
UndergarmentBottom:
points: 10
required: false
UndergarmentTop:
points: 10
required: false
RightLeg:
points: 10
required: false
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/Species/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
Head: MobDionaHead
HeadTop: MobHumanoidAnyMarking
HeadSide: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Chest: MobDionaChest
Groin: MobDionaGroin
Eyes: MobDionaEyes
Expand All @@ -49,12 +47,6 @@
HeadSide:
points: 10
required: false
UndergarmentTop:
points: 10
required: false
UndergarmentBottom:
points: 10
required: false
Chest:
points: 10
required: false
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Species/gingerbread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
Head: MobGingerbreadHead
HeadTop: MobHumanoidAnyMarking
HeadSide: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
Chest: MobGingerbreadChest
Groin: MobGingerbreadGroin
Eyes: MobGingerbreadEyes
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
Hair: MobHumanoidAnyMarking
FacialHair: MobHumanoidAnyMarking
Snout: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Chest: MobHumanChest
Groin: MobHumanGroin
Eyes: MobHumanoidEyes
Expand Down Expand Up @@ -70,12 +68,6 @@
HeadTop:
points: 10
required: false
UndergarmentTop:
points: 10
required: false
UndergarmentBottom:
points: 10
required: false
HeadSide:
points: 10
required: false
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
Hair: MobHumanoidAnyMarking # Erida
FacialHair: MobHumanoidAnyMarking # Erida
Snout: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Chest: MobMothChest
Groin: MobMothGroin # Goob
HeadTop: MobHumanoidAnyMarking
Expand Down Expand Up @@ -82,12 +80,6 @@
Head:
points: 10
required: false
UndergarmentTop:
points: 10
required: false
UndergarmentBottom:
points: 10
required: false
Chest:
points: 10
required: false
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
Head: MobReptilianHead
Face: MobHumanoidAnyMarking # Goob?
Snout: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Chest: MobReptilianChest
Groin: MobReptilianGroin
HeadTop: MobHumanoidAnyMarking
Expand Down Expand Up @@ -63,12 +61,6 @@
HeadSide:
points: 10 # WWDP-Edit
required: false
UndergarmentTop:
points: 10
required: false
UndergarmentBottom:
points: 10
required: false
Chest:
points: 10
required: false
Expand Down
10 changes: 2 additions & 8 deletions Resources/Prototypes/Species/slime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
HeadSide: MobHumanoidAnyMarking
Hair: MobSlimeMarkingFollowSkin
FacialHair: MobSlimeMarkingFollowSkin
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Chest: MobSlimeChest
Groin: MobSlimeGroin
Eyes: MobHumanoidEyes
Expand All @@ -34,6 +32,8 @@
RLeg: MobSlimeRLeg
LFoot: MobSlimeLFoot
RFoot: MobSlimeRFoot
HeadTop: MobHumanoidAnyMarking # Erida
Tail: MobHumanoidAnyMarking # Erida

- type: markingPoints
id: MobSlimeMarkingLimits
Expand All @@ -56,12 +56,6 @@
Chest:
points: 10
required: false
UndergarmentBottom: # Goob
points: 10
required: false
UndergarmentTop: # Goob
points: 10
required: false
RightLeg:
points: 10
required: false
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/Species/vox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
Snout: MobHumanoidAnyMarking
Hair: MobHumanoidAnyMarking
FacialHair: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Chest: MobVoxChest
Groin: MobVoxGroin
Eyes: MobVoxEyes
Expand Down Expand Up @@ -67,12 +65,6 @@
points: 10
required: true
defaultMarkings: [ VoxLLegScales, VoxRLegScales, VoxRFootScales, VoxLFootScales ]
UndergarmentTop:
points: 10
required: false
UndergarmentBottom:
points: 10
required: false
Chest:
points: 10
required: false
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Stacks/Specific/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- type: stack
parent: BaseSmallStack
id: Gauze
maxCount: 15 # Erida
name: stack-gauze
icon: { sprite: "/Textures/_Erida/Objects/Specific/Medical/medical.rsi", state: gauze }
spawn: Gauze
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/_DV/Species/chitinid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
Groin: MobChitinidGroin
HeadTop: MobHumanoidAnyMarking
HeadSide: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Tail: MobHumanoidAnyMarking
Eyes: MobChitinidEyes
LArm: MobChitinidLArm
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/_DV/Species/feroxi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
Chest: MobFeroxiChest
Groin: MobFeroxiGroin
HeadTop: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Tail: MobHumanoidAnyMarking
Eyes: MobHumanoidEyes
LArm: MobFeroxiLArm
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/_DV/Species/harpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
Groin: MobHarpyGroin
HeadTop: MobHumanoidAnyMarking
HeadSide: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Tail: MobHumanoidAnyMarking
Eyes: MobHumanoidEyes
LArm: MobHarpyLArm
Expand Down Expand Up @@ -69,12 +67,6 @@
points: 10
required: true
defaultMarkings: [ HarpyChestDefault ]
UndergarmentBottom:
points: 10
required: false
UndergarmentTop:
points: 10
required: false
RightLeg:
points: 10
required: false
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/_DV/Species/rodentia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
Hair: MobHumanoidAnyMarking
FacialHair: MobHumanoidAnyMarking
Snout: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
Chest: MobRodentiaChest
Groin: MobRodentiaGroin
HeadTop: MobHumanoidAnyMarking
Expand Down Expand Up @@ -74,12 +72,6 @@
Chest:
points: 100
required: false
UndergarmentBottom:
points: 10
required: false
UndergarmentTop:
points: 10
required: false
RightLeg:
points: 10
required: false
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/_DV/Species/vulpkanin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
Groin: MobVulpkaninGroin
HeadTop: MobHumanoidAnyMarking
HeadSide: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Tail: MobHumanoidAnyMarking
Eyes: MobHumanoidEyes
LArm: MobVulpkaninLArm
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/_EinsteinEngines/Species/shadowkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
Snout: MobShadowkinAnyMarkingFollowSkin
HeadTop: MobShadowkinAnyMarking
HeadSide: MobShadowkinAnyMarkingFollowSkin
UndergarmentTop: MobHumanoidAnyMarking
UndergarmentBottom: MobHumanoidAnyMarking
Tail: MobShadowkinAnyMarkingFollowSkin
Chest: MobShadowkinChest
Groin: MobShadowkinGroin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
variation: 0.125
sounds:
Scream:
collection: SlimeMaleScreams
collection: ShadowkinScreams # Erida
Laugh:
collection: MaleLaugh
Sneeze:
Expand Down Expand Up @@ -130,7 +130,7 @@
variation: 0.125
sounds:
Scream:
collection: SlimeFemaleScreams
collection: ShadowkinScreams # Erida
Laugh:
collection: MaleLaugh
Sneeze:
Expand Down
Loading
Loading