Fixes some issue with items and flesh to stone (#3945)

Casting flesh to stone while someone was grabbing, or with other items in hands, the wizard caused some odd behavior, this pr should fix this by forcing the victim to drop anything they are holding in their hands when the wizard casts this spell.
This commit is contained in:
Alberyk
2017-12-08 23:13:01 +02:00
committed by Erki
parent 66723a86b9
commit 1753d47971
@@ -37,6 +37,9 @@
L.client.perspective = EYE_PERSPECTIVE
L.client.eye = src
L.drop_r_hand()
L.drop_l_hand()
L.forceMove(src)
L.sdisabilities |= MUTE
health = L.health + 300 //stoning damaged mobs will result in easier to shatter statues