Merge pull request #3269 from VOREStation/aro-runtimes

Fixes several runtimes
This commit is contained in:
Aronai Sieyes
2018-03-18 01:41:32 -04:00
committed by GitHub
5 changed files with 17 additions and 13 deletions
@@ -6,7 +6,7 @@
icon_state = "micro"
slot_flags = SLOT_FEET | SLOT_HEAD | SLOT_ID
w_class = ITEMSIZE_SMALL
item_icons = null // Override value from parent. We don't have magic sprites.
item_icons = list() // No in-hand sprites (for now, anyway, we could totally add some)
pixel_y = 0 // Override value from parent.
/obj/item/weapon/holder/micro/examine(var/mob/user)