mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Fix mining satchel icon (#17356)
* Update ore_satchel.dm Fix mining satchel icon by using new bags.dmi path * add changelog * Changelog Grammar --------- Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "mining satchel"
|
||||
desc = "This little bugger can be used to store and transport ores."
|
||||
desc_info = "You can attach a warp extraction pack to it, then click on an ore box that has a warp extraction beacon signaller attached to it to link them. Then ore put into this will be bluespace teleported into the ore box."
|
||||
icon = 'icons/obj/mining.dmi'
|
||||
icon = 'icons/obj/storage/bags.dmi'
|
||||
icon_state = "satchel"
|
||||
slot_flags = SLOT_BELT | SLOT_POCKET
|
||||
max_storage_space = 100
|
||||
|
||||
Reference in New Issue
Block a user