[MIRROR] Fixes bodybags, cargo crates, and directional lighting. (#6459)

* Fixes bodybags, cargo crates, and directional lighting. (#59709)

Fixes a couple bugs created by the neon carpets PR:
* Bodybags can once again be closed. (Fixes #59704, Fixes #59747)
* Cargo crates no longer report having delivered an emissive blocker
* Directional lighting no longer masks the emissive plane.

* Fixes bodybags, cargo crates, and directional lighting.

Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
This commit is contained in:
SkyratBot
2021-06-24 01:58:05 +01:00
committed by GitHub
co-authored by TemporalOroboros
parent 89f993594a
commit 707f38ea7f
3 changed files with 4 additions and 1 deletions
@@ -10,7 +10,7 @@
max_integrity = 200
integrity_failure = 0.25
armor = list(MELEE = 20, BULLET = 10, LASER = 10, ENERGY = 0, BOMB = 10, BIO = 0, RAD = 0, FIRE = 70, ACID = 60)
blocks_emissive = EMISSIVE_BLOCK_UNIQUE
blocks_emissive = EMISSIVE_BLOCK_GENERIC
/// Controls whether a door overlay should be applied using the icon_door value as the icon state
var/enable_door_overlay = TRUE