[MIRROR] return null in get_item_for_held_index, and not FALSE [MDB IGNORE] (#11133)

* [DNM] return null in get_item_for_held_index, and not FALSE (#64494)

* return null in get_item_for_held_index, and not FALSE

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-01-29 23:36:23 -05:00
committed by GitHub
co-authored by Mothblocks
parent 661ccb9ae1
commit b00df4513e
+1 -1
View File
@@ -28,7 +28,7 @@
/mob/proc/get_item_for_held_index(i)
if(i > 0 && i <= held_items.len)
return held_items[i]
return FALSE
return null
//Odd = left. Even = right