Artifact containers can safely store radioactive objects (version 2) (#19652)
* Artifact containers suppress the radioactive of artifacts inside them * Updated to reflect changes to RobustToolbox * Made necessary changes after updating RT * Removed test code * Made requested change * Updated due to changes to RobustToolbox * Renamed function * Updated to accommodate changes to RobustToolbox * Actually resolve merge conflict? * Removed unnecessary change * Made requested changes * retrigger checks * Retrigger checks --------- Co-authored-by: root <root@DESKTOP-HJPF29C>
This commit is contained in:
@@ -414,3 +414,15 @@
|
||||
layers:
|
||||
- state: box
|
||||
- state: syringe
|
||||
|
||||
- type: entity
|
||||
name: lead-lined box
|
||||
parent: BoxCardboard
|
||||
suffix: Debug
|
||||
id: BoxLeadLined
|
||||
description: This box stymies the transmission of harmful radiation.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: box
|
||||
- type: RadiationBlockingContainer
|
||||
resistance: 2
|
||||
@@ -44,6 +44,8 @@
|
||||
- Artifact
|
||||
- type: Weldable
|
||||
- type: SuppressArtifactContainer
|
||||
- type: RadiationBlockingContainer
|
||||
resistance: 5
|
||||
- type: PlaceableSurface
|
||||
isPlaceable: false
|
||||
- type: Damageable
|
||||
|
||||
Reference in New Issue
Block a user