Merging 1.7.5 Source: plant changes
This commit is contained in:
@@ -161,7 +161,9 @@ public class Plant implements Bundlable {
|
||||
|
||||
public Plant couch( int pos ) {
|
||||
try {
|
||||
Sample.INSTANCE.play( Assets.SND_PLANT );
|
||||
if (Dungeon.visible[pos]) {
|
||||
Sample.INSTANCE.play(Assets.SND_PLANT);
|
||||
}
|
||||
Plant plant = plantClass.newInstance();
|
||||
plant.pos = pos;
|
||||
return plant;
|
||||
|
||||
Reference in New Issue
Block a user