mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
Fixes open crate sprites (#17050)
* fakin underscores * more crates * sneak this one in too
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
name = "necropolis chest"
|
||||
desc = "It's watching you closely."
|
||||
icon_state = "necrocrate"
|
||||
icon_opened = "necrocrateopen"
|
||||
icon_opened = "necrocrate_open"
|
||||
icon_closed = "necrocrate"
|
||||
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
||||
|
||||
|
||||
@@ -84,5 +84,5 @@
|
||||
name = "mining car (not for rails)"
|
||||
icon_state = "miningcar"
|
||||
density = 1
|
||||
icon_opened = "miningcaropen"
|
||||
icon_opened = "miningcar_open"
|
||||
icon_closed = "miningcar"
|
||||
|
||||
Reference in New Issue
Block a user