Skip to content

Commit a57c0b7

Browse files
authored
Ups pickup hotkey memory to 5 (#11878)
# About the pull request title # Explain why it's good for the game Sometimes you need to pickup an item you dropped but it goes out of your memory, with macroes this used be simple but they're removed now, any items you intentionally mean to throw away are either rare enough where its not an issue, or are empty mags which are usually just auto-ejected onto the ground anyway. # Testing Photographs and Procedure # Changelog :cl: Riot add: Pickup hotkey has a memory of 5 items now /:cl:
1 parent b445844 commit a57c0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/__DEFINES/human.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@
221221
#define RELIGION_ATHEISM "Atheism"
222222
#define RELIGION_AGNOSTICISM "Agnostic"
223223

224-
#define MAXIMUM_DROPPED_OBJECTS_REMEMBERED 2
224+
#define MAXIMUM_DROPPED_OBJECTS_REMEMBERED 5

0 commit comments

Comments
 (0)