mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
[DNM] return null in get_item_for_held_index, and not FALSE (#64494)
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