Merge pull request #3363 from Citadel-Station-13/upstream-merge-31607
[MIRROR] Fixes preferences generation
This commit is contained in:
@@ -265,7 +265,6 @@
|
||||
//delete all equipment without dropping anything
|
||||
/mob/living/carbon/human/proc/delete_equipment()
|
||||
for(var/slot in get_all_slots())//order matters, dependant slots go first
|
||||
var/obj/item/I = get_item_by_slot(slot)
|
||||
qdel(I)
|
||||
qdel(slot)
|
||||
for(var/obj/item/I in held_items)
|
||||
qdel(I)
|
||||
qdel(I)
|
||||
|
||||
Reference in New Issue
Block a user