mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +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"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
/mob/living/simple_animal/hostile/mimic/crate/DestroyPathToTarget()
|
||||
..()
|
||||
if(prob(90))
|
||||
icon_state = "[initial(icon_state)]open"
|
||||
icon_state = "[initial(icon_state)]_open"
|
||||
else
|
||||
icon_state = initial(icon_state)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user