From 614de4a583663b57ce7a816a36334f33b32f6d97 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 14 Aug 2015 22:19:15 -0400 Subject: [PATCH] v0.3.1: added Guardian Trap --- .../shatteredpixeldungeon/actors/mobs/Statue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java index 99365c756..2e2e42983 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java @@ -48,7 +48,7 @@ public class Statue extends Mob { state = PASSIVE; } - private Weapon weapon; + protected Weapon weapon; public Statue() { super();