Merge pull request #11372 from Ghommie/Ghommie-cit610

Of runtimes and null.
This commit is contained in:
kevinz000
2020-03-08 11:10:02 -07:00
committed by GitHub
8 changed files with 25 additions and 15 deletions
+2 -2
View File
@@ -412,16 +412,16 @@
else
if(I == handcuffed)
handcuffed.forceMove(drop_location())
handcuffed.dropped(src)
handcuffed = null
I.dropped(src)
if(buckled && buckled.buckle_requires_restraints)
buckled.unbuckle_mob(src)
update_handcuffed()
return
if(I == legcuffed)
legcuffed.forceMove(drop_location())
legcuffed.dropped()
legcuffed = null
I.dropped(src)
update_inv_legcuffed()
return
else