POLARIS: Use drop_location() for things

This commit is contained in:
Arokha Sieyes
2018-03-08 13:03:09 -05:00
committed by Leshana
parent 24ccae5a24
commit 6158cd1d26
6 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ var/list/slot_equipment_priority = list( \
if(target)
I.forceMove(target)
else
I.dropInto(loc)
I.dropInto(drop_location())
I.dropped(src)
return 1