mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
Merge pull request #4534 from CHOMPStation2/upstream-merge-13307
[MIRROR] Makes all holders use micro holder examine logic
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
item_icons = null // 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(mob/user)
|
||||
/obj/item/weapon/holder/examine(mob/user)
|
||||
. = list()
|
||||
for(var/mob/living/M in contents)
|
||||
. += M.examine(user)
|
||||
|
||||
Reference in New Issue
Block a user