Merge pull request #11979 from kevinz000/magnetic_harness

Cybernetic arm implant balance pass (namely: shields)
This commit is contained in:
Ghom
2020-04-25 02:47:28 +02:00
committed by GitHub
8 changed files with 83 additions and 37 deletions
+2 -1
View File
@@ -333,7 +333,8 @@
I.moveToNullspace()
else
I.forceMove(newloc)
I.dropped(src)
if(I.dropped(src) == ITEM_RELOCATED_BY_DROPPED)
return FALSE
return TRUE
//Outdated but still in use apparently. This should at least be a human proc.