Skip to content

Commit

Permalink
Merc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Guloveos committed Aug 20, 2024
1 parent 7463f5e commit a1deeab
Show file tree
Hide file tree
Showing 8 changed files with 5,691 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Resources/Locale/en-US/advertisements/vending/erpdrobe.ftl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
advertisement-erpdrobe-1 = You turn me TRUE, use defines!
advertisement-erpdrobe-1 = You turn me TRUE, use defines!
advertisement-erpdrobe- = I hope you like my chaRIZZma!
5,637 changes: 5,637 additions & 0 deletions Resources/Maps/Nonstations/Outpost_Alpha_MAP.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
ClothingHandsTacticalMaidGloves: 2
ClothingShoesBootsLaceup: 2
ClothingUnderSocksCoder: 2
ClothingUnderSocksBee: 2
ClothingUnderSocksBee: 2
ClothingHeadHatCatEars: 2
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@
id: ERPDrobeAds
values:
prefix: advertisement-erpdrobe-
count: 1
count: 2
18 changes: 17 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1118,4 +1118,20 @@
tags:
- ClothMade
- WhitelistChameleon
- HamsterWearable
- HamsterWearable

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatNTPDBeret
name: NTPD beret
description: A beret.
components:
- type: Sprite
sprite: Clothing/Head/Hats/NTPDberet.rsi
- type: Clothing
sprite: Clothing/Head/Hats/NTPDberet.rsi
- type: Tag
tags:
- ClothMade
- HamsterWearable
- WhitelistChameleon
21 changes: 21 additions & 0 deletions Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,24 @@
- state: green
- sprite: Objects/Weapons/Melee/energykatana.rsi
state: icon

- type: entity
id: SpawnPointmerc2
name: ghost role spawn point
suffix: Merc
parent: MarkerBase
components:
- type: GhostRole
name: ghost-role-information-merc-name
description: ghost-role-information-merc-description
rules: You are a [color=red][bold]mercenary[/bold][/color] You can kill anyone in your way but NOT your target, make sure the target is taken and shipped.
raffle:
settings: short
- type: GhostRoleMobSpawner
prototype: RandomHumanoidSpawnerMerc
- type: Sprite
sprite: Markers/jobs.rsi
layers:
- state: green
- sprite: Mobs/Species/Human/parts.rsi
state: merc
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Player/humanoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@

- type: entity
id: RandomHumanoidSpawnerNTPD
name: NTPD Opritive
name: NTPD Operative
suffix: NTPD
components:
- type: Sprite
Expand Down Expand Up @@ -902,7 +902,7 @@
- type: entity
id: RandomHumanoidSpawnerMerc
name: Mercop
suffix: ERTRole, Death Squad
suffix: Merc
components:
- type: Sprite
sprite: Mobs/Species/Human/parts.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1252,3 +1252,12 @@
- type: ContainerFill
containers:
board: [ DoorElectronicsmerc ]

- type: entity
parent: AirlockGlassShuttle
id: AirlockExternalGlassShuttlemercLocked
suffix: External, Glass, Docking, Locked, merc
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsmerc ]

0 comments on commit a1deeab

Please sign in to comment.