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

This commit is contained in:
Mothblocks
2022-01-29 19:21:55 -08:00
committed by GitHub
parent 424414cf4e
commit 4e8f94257e
+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