Adresses the forceMove(src)

- See above title
This commit is contained in:
TullyBurnalot
2016-12-07 18:03:45 +00:00
parent e23b10081e
commit 1afdfe3933
+2 -2
View File
@@ -125,7 +125,7 @@
if(istype(I) && !istype(inserted_id))
if(!user.drop_item())
return
I.loc = src
I.forceMove(src)
inserted_id = I
interact(user)
return
@@ -454,7 +454,7 @@
if(istype(C) && !istype(inserted_id))
if(!usr.drop_item())
return
C.loc = src
C.forceMove(src)
inserted_id = C
interact(user)
return