Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
allow admins to force markings onto IPCs
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Oct 1, 2023
1 parent f179799 commit 6703f67
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,55 @@
state: full
noRot: true
drawdepth: Mobs
layers:
- map: ["enum.HumanoidVisualLayers.Chest"]
- map: ["enum.HumanoidVisualLayers.Head"]
- map: ["enum.HumanoidVisualLayers.Snout"]
- map: ["enum.HumanoidVisualLayers.Eyes"]
- map: ["enum.HumanoidVisualLayers.RArm"]
- map: ["enum.HumanoidVisualLayers.LArm"]
- map: ["enum.HumanoidVisualLayers.RLeg"]
- map: ["enum.HumanoidVisualLayers.LLeg"]
- shader: StencilClear
sprite: Mobs/Species/Human/parts.rsi
state: l_leg
- shader: StencilMask
map: ["enum.HumanoidVisualLayers.StencilMask"]
sprite: Mobs/Customization/masking_helpers.rsi
state: full
visible: false
- map: ["enum.HumanoidVisualLayers.LFoot"]
- map: ["enum.HumanoidVisualLayers.RFoot"]
- map: ["socks"]
- map: ["underpants"]
- map: ["undershirt"]
- map: ["jumpsuit"]
- map: ["enum.HumanoidVisualLayers.LHand"]
- map: ["enum.HumanoidVisualLayers.RHand"]
- map: ["enum.HumanoidVisualLayers.Handcuffs"]
color: "#ffffff"
sprite: Objects/Misc/handcuffs.rsi
state: body-overlay-2
visible: false
- map: ["id"]
- map: ["gloves"]
- map: ["shoes"]
- map: ["ears"]
- map: ["outerClothing"]
- map: ["eyes"]
- map: ["belt"]
- map: ["neck"]
- map: ["back"]
- map: ["enum.HumanoidVisualLayers.FacialHair"]
- map: ["enum.HumanoidVisualLayers.Hair"]
- map: ["enum.HumanoidVisualLayers.HeadSide"]
- map: ["enum.HumanoidVisualLayers.HeadTop"]
- map: ["mask"]
- map: ["head"]
- map: ["pocket1"]
- map: ["pocket2"]
- map: ["enum.HumanoidVisualLayers.Tail"]
- map: ["enum.HumanoidVisualLayers.Wings"]
- type: Physics
bodyType: KinematicController
- type: Body
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/SimpleStation14/Species/ipc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
id: MobIPCSprites
sprites:
Head: MobIPCHead
Snout: MobHumanoidAnyMarking
HeadTop: MobHumanoidAnyMarking
HeadSide: MobHumanoidAnyMarking
Wings: MobHumanoidAnyMarking
Tail: MobHumanoidAnyMarking
Hair: MobHumanoidMarkingMatchSkin
FacialHair: MobIPCScreen
Chest: MobIPCTorso
Expand Down

0 comments on commit 6703f67

Please sign in to comment.