mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user