Skip to content

Commit

Permalink
Pulling
Browse files Browse the repository at this point in the history
  • Loading branch information
Memeji committed Sep 26, 2024
2 parents dcb3862 + 6e7df68 commit f750679
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
3 changes: 1 addition & 2 deletions Content.Shared/RatKing/RatKingRummageableComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ public sealed partial class RatKingRummageableComponent : Component
/// <summary>
/// DeltaV: Minimum time between rummage attempts
/// </summary>
[DataField("rummageCooldown"), ViewVariables(VVAccess.ReadWrite)]
[AutoNetworkedField]
[DataField, AutoNetworkedField]
public TimeSpan RummageCooldown = TimeSpan.FromMinutes(5);

/// <summary>
Expand Down
12 changes: 0 additions & 12 deletions Resources/Prototypes/DeltaV/Actions/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,3 @@
icon: DeltaV/Interface/Actions/mouthStorageOpen.png
event: !type:OpenStorageImplantEvent

- type: entity
id: ActionToggleSneakMode
name: Toggle sneak mode
description: Sneak underneath tables.
components:
- type: InstantAction
itemIconStyle: BigAction
useDelay: 3
icon:
sprite: Structures/Furniture/Tables/generic.rsi
state: full
event: !type:ToggleCrawlingStateEvent
8 changes: 7 additions & 1 deletion Resources/Prototypes/DeltaV/Species/rodentia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
femaleFirstNames: names_rodentia_female
lastNames: names_rodentia_last
naming: LastFirst

minHeight: 0.65
defaultHeight: 0.8
maxHeight: 1.1
minWidth: 0.6
defaultWidth: 0.8
maxWidth: 1.15

- type: speciesBaseSprites
id: MobRodentiaSprites
sprites:
Expand Down

0 comments on commit f750679

Please sign in to comment.