mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
@@ -9,10 +9,11 @@ import net.simon987.server.game.objects.Radioactive;
|
||||
public class RadioactiveObstacle extends GameObject implements Radioactive, Enterable {
|
||||
|
||||
private final static int corruptionBlockSize = GameServer.INSTANCE.getConfig().getInt("radioactive_obstacle_corruption_block_size");
|
||||
private final static int MAP_INFO = 0x0A01; //10
|
||||
|
||||
@Override
|
||||
public char getMapInfo() {
|
||||
return 0;
|
||||
return MAP_INFO;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user