Riding component fix and hacky mood runtimes workaround.

This commit is contained in:
Ghommie
2019-11-05 07:33:43 +01:00
parent 4e8c8ad335
commit 43014a8729
2 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -310,10 +310,10 @@
if(!user.put_in_hands(inhand, TRUE))
qdel(inhand) // it isn't going to be added to offhands anyway
break
LAZYADD(equipped, src)
LAZYADD(equipped, inhand)
var/amount_equipped = LAZYLEN(equipped)
if(amount_equipped)
LAZYADD(offhands[L], amount_equipped)
LAZYADD(offhands[L], equipped)
if(amount_equipped >= amount_required)
return TRUE
unequip_buckle_inhands(L)