mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
committed by
Tad Hardesty
parent
0e95d7fbc2
commit
454aab9f98
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user