Add doBeam to guardian
This commit is contained in:
parent
bde2d51233
commit
71cf9c8b7f
@ -8,4 +8,9 @@ public class GuardianWatcher extends LivingWatcher {
|
|||||||
super(disguise);
|
super(disguise);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void doBeam(boolean doBeam) {
|
||||||
|
setValue(17, doBeam ? 1 : 0);
|
||||||
|
sendData(17);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user