fixes, changes.
- buffed eldritch fluid - readded patron's reach as a 1 point off from aggressive spread - buffed amount of ghouls flesh can have. - buffed the stam regen of rust a little bit. - fixed sacrifices not giving points if they were in your pockets (thanks to tgstation/tgstation#51648) - removal of heretic status no longer gives a loud deconvert message (thanks to tgstation/tgstation#52629) - description fixes, eldritch amulet now works.
This commit is contained in:
@@ -479,7 +479,7 @@
|
||||
|
||||
//GetAllContents that is reasonable and not stupid
|
||||
/mob/living/carbon/proc/get_all_gear()
|
||||
var/list/processing_list = get_equipped_items() + held_items
|
||||
var/list/processing_list = get_equipped_items(include_pockets = TRUE) + held_items
|
||||
listclearnulls(processing_list) // handles empty hands
|
||||
var/i = 0
|
||||
while(i < length(processing_list) )
|
||||
|
||||
Reference in New Issue
Block a user