v0.3.0c: refactored plants to match the structure of new traps.
This commit is contained in:
@@ -819,7 +819,7 @@ public abstract class Level implements Bundlable {
|
||||
|
||||
Plant plant = plants.get( cell );
|
||||
if (plant != null) {
|
||||
plant.activate( ch );
|
||||
plant.trigger();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -850,7 +850,7 @@ public abstract class Level implements Bundlable {
|
||||
|
||||
Plant plant = plants.get( cell );
|
||||
if (plant != null) {
|
||||
plant.activate( mob );
|
||||
plant.trigger();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user