mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-06-09 13:26:34 +02:00
Fix shooting from inside a morgue exploit (#44188)
Fix shooting inside morgue exploit
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
mask:
|
||||
- MachineMask
|
||||
layer:
|
||||
- HalfWallLayer
|
||||
- MachineLayer
|
||||
- type: EntityStorage
|
||||
isCollidableWhenOpen: true
|
||||
showContents: false
|
||||
@@ -73,6 +73,7 @@
|
||||
- type: AntiRottingContainer
|
||||
- type: StaticPrice
|
||||
price: 200
|
||||
- type: RequireProjectileTarget
|
||||
|
||||
- type: entity
|
||||
id: Crematorium
|
||||
@@ -143,3 +144,4 @@
|
||||
False: { visible: false }
|
||||
- type: Transform
|
||||
anchored: true
|
||||
- type: RequireProjectileTarget
|
||||
|
||||
Reference in New Issue
Block a user