Merge pull request #5473 from Ty-Omaha/LITERALLY-GAMEBREAKING

Changes PDA Hotkey Equip Priority
This commit is contained in:
TheDZD
2016-08-18 17:20:28 -04:00
committed by GitHub
+1 -1
View File
@@ -257,8 +257,8 @@
//The list of slots by priority. equip_to_appropriate_slot() uses this list. Doesn't matter if a mob type doesn't have a slot.
var/list/slot_equipment_priority = list( \
slot_back,\
slot_wear_id,\
slot_wear_pda,\
slot_wear_id,\
slot_w_uniform,\
slot_wear_suit,\
slot_wear_mask,\