IPC bugfixes (#2875)
* Fixes cryosleep & adds Flashing Signed-off-by: Spielern <iesteed2@gmail.com> * Hides mob in spawn menu Signed-off-by: Spielern <iesteed2@gmail.com> --------- Signed-off-by: Spielern <iesteed2@gmail.com>
This commit is contained in:
parent
44b2547c12
commit
bed43aba9c
|
|
@ -108,9 +108,10 @@
|
|||
name: Urist McPositronic
|
||||
parent: MobHumanDummy
|
||||
id: MobIPCDummy
|
||||
categories: [ HideSpawnMenu ] # Goobstation
|
||||
description: A dummy IPC meant to be used in character setup.
|
||||
components:
|
||||
- type: HumanoidAppearance
|
||||
species: IPC
|
||||
- type: Inventory
|
||||
templateId: ipc
|
||||
templateId: ipc
|
||||
|
|
|
|||
|
|
@ -150,6 +150,9 @@
|
|||
sprite: "Effects/creampie.rsi"
|
||||
state: "creampie_human"
|
||||
visible: false
|
||||
- type: CanEnterCryostorage # Goobstation
|
||||
- type: StatusIcon # Goobstation
|
||||
bounds: -0.5,-0.5,0.5,0.5
|
||||
#- type: Bloodstream This is left commented out because it's not necessary for a robot, but you may want it.
|
||||
# damageBleedModifiers: BloodlossIPC
|
||||
# bloodReagent: Oil
|
||||
|
|
@ -299,6 +302,7 @@
|
|||
- Pacified
|
||||
# - PsionicsDisabled
|
||||
# - PsionicallyInsulated
|
||||
- Flashed # Goobstation
|
||||
- type: Blindable
|
||||
- type: FireVisuals
|
||||
alternateState: Standing
|
||||
|
|
|
|||
Loading…
Reference in New Issue