v0.3.0c: refactored plants to match the structure of new traps.
This commit is contained in:
@@ -290,8 +290,8 @@ public class Wandmaker extends NPC {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void activate( Char ch ) {
|
||||
super.activate( ch );
|
||||
public void activate() {
|
||||
Char ch = Actor.findChar(pos);
|
||||
|
||||
GameScene.add( Blob.seed( pos, 100, ToxicGas.class ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user