mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
fix oversight that makes pockets not get checked for heretic sacrifices (#9739)
This commit is contained in:
@@ -499,7 +499,7 @@
|
|||||||
|
|
||||||
//GetAllContents that is reasonable and not stupid
|
//GetAllContents that is reasonable and not stupid
|
||||||
/mob/living/carbon/proc/get_all_gear()
|
/mob/living/carbon/proc/get_all_gear()
|
||||||
var/list/processing_list = get_equipped_items() + held_items
|
var/list/processing_list = get_equipped_items(TRUE) + held_items
|
||||||
listclearnulls(processing_list) // handles empty hands
|
listclearnulls(processing_list) // handles empty hands
|
||||||
var/i = 0
|
var/i = 0
|
||||||
while(i < length(processing_list) )
|
while(i < length(processing_list) )
|
||||||
|
|||||||
Reference in New Issue
Block a user