Skip to content

Commit

Permalink
Merge pull request DeltaV-Station#36 from Tetronamecronicus/GhostFix
Browse files Browse the repository at this point in the history
GhostFixCM
  • Loading branch information
EndrAnimet authored May 21, 2024
2 parents 1a82c62 + 24ae961 commit 6585417
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15 deletions.
23 changes: 13 additions & 10 deletions Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
- type: Sprite
overrideContainerOcclusion: true # Ghosts always show up regardless of where they're contained.
drawdepth: Ghosts
sprite: SimpleStation14/Mobs/Ghosts/ghost_admin.rsi
sprite: SimpleStation14/Mobs/Ghosts/ghost_admin.rsi
color: "#888888"
layers:
- state: aghost1
- state: "1"
shader: unshaded
- type: Eye
visMask:
Expand All @@ -37,6 +37,9 @@
- type: Physics
ignorePaused: true
bodyType: Kinematic
- type: CustomGhosts
maxRandomIndex: 5
ckeys: ""
- type: Body
prototype: Aghost
- type: Access
Expand Down Expand Up @@ -104,14 +107,14 @@
- type: InventorySlots
- type: Loadout
prototypes: [ MobAghostGear ]
- type: RandomSprite
available:
- 0:
aghost1: ""
aghost3: ""
aghost4: ""
aghost5: ""
aghost6: ""
#- type: RandomSprite
# available:
# - 0:
# aghost1: ""
# aghost3: ""
# aghost4: ""
# aghost5: ""
# aghost6: ""

- type: entity
id: ActionAGhostShowSolar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
"copyright": "Made by Pspritechologist? ; aghost3-5 by GeneralGaws ; aghost6 by MOYAMAMA",
"states": [
{
"name": "aghost1",
"name": "1",
"directions": 4
},
{
"name": "icon",
"directions": 4
},
{
"name": "aghost3",
"name": "2",
"directions": 4
},
{
"name": "aghost4",
"name": "3",
"directions": 4
},
{
"name": "aghost5",
"name": "4",
"directions": 4
},
{
"name": "aghost6",
"name": "5",
"delays": [
[
0.1,
Expand Down

0 comments on commit 6585417

Please sign in to comment.