mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[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:
co-authored by
TemporalOroboros
parent
89f993594a
commit
707f38ea7f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user