so many fix

This commit is contained in:
Mini-Chiss 2014-07-08 17:35:27 -07:00
parent c5e05523d3
commit bd6b9b8888

View File

@ -103,6 +103,9 @@ public class SneakyAssassins extends SoloGame
if (damager == null)
return;
if (!IsAlive(damager))
return;
if (damager.getItemInHand() == null)
return;