mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Merge pull request #12548 from FartMaster69420/micro-holders
Micros can be holstered
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
desc = "Another crewmember, small enough to fit in your hand."
|
desc = "Another crewmember, small enough to fit in your hand."
|
||||||
icon_state = "micro"
|
icon_state = "micro"
|
||||||
icon_override = 'icons/inventory/head/mob_vr.dmi'
|
icon_override = 'icons/inventory/head/mob_vr.dmi'
|
||||||
slot_flags = SLOT_FEET | SLOT_HEAD | SLOT_ID
|
slot_flags = SLOT_FEET | SLOT_HEAD | SLOT_ID | SLOT_HOLSTER
|
||||||
w_class = ITEMSIZE_SMALL
|
w_class = ITEMSIZE_SMALL
|
||||||
item_icons = null // No in-hand sprites (for now, anyway, we could totally add some)
|
item_icons = null // No in-hand sprites (for now, anyway, we could totally add some)
|
||||||
pixel_y = 0 // Override value from parent.
|
pixel_y = 0 // Override value from parent.
|
||||||
|
|||||||
Reference in New Issue
Block a user