mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Wowie! Crates! (#75785)
Brand new crate sprites done by Viro, AKA Axietheaxolotl.
This commit is contained in:
@@ -69,12 +69,15 @@
|
||||
. = new_overlays
|
||||
if(manifest)
|
||||
. += "manifest"
|
||||
if(broken)
|
||||
. += "securecrateemag"
|
||||
else if(locked)
|
||||
. += "securecrater"
|
||||
else if(secure)
|
||||
. += "securecrateg"
|
||||
|
||||
if(!opened)
|
||||
if(broken)
|
||||
. += "securecrateemag"
|
||||
else if(locked)
|
||||
. += "securecrater"
|
||||
else if(secure)
|
||||
. += "securecrateg"
|
||||
|
||||
if(opened && lid_icon_state)
|
||||
var/mutable_appearance/lid = mutable_appearance(icon = lid_icon, icon_state = lid_icon_state)
|
||||
lid.pixel_x = lid_x
|
||||
|
||||
Reference in New Issue
Block a user