Add ore silo sprite (#39768)

after 8 billion years i get around to PRing the ore silo icon

shout out to space maniac
This commit is contained in:
MrDoomBringer
2018-08-18 15:02:31 -07:00
committed by Tad Hardesty
parent 0e95d7fbc2
commit 454aab9f98
2 changed files with 2 additions and 5 deletions
+2 -5
View File
@@ -5,7 +5,7 @@ GLOBAL_LIST_EMPTY(silo_access_logs)
name = "ore silo"
desc = "An all-in-one bluespace storage and transmission system for the station's mineral distribution needs."
icon = 'icons/obj/mining.dmi'
icon_state = "bin"
icon_state = "silo"
density = TRUE
circuit = /obj/item/circuitboard/machine/ore_silo
@@ -178,10 +178,7 @@ GLOBAL_LIST_EMPTY(silo_access_logs)
logs.Insert(1, entry)
updateUsrDialog()
animate(src, icon_state = "bin_partial", time = 2)
animate(icon_state = "bin_full", time = 1)
animate(icon_state = "bin_partial", time = 2)
animate(icon_state = "bin")
flick("silo_active", src)
/datum/ore_silo_log
var/name // for VV