diff options
author | Mattes D <github@xoft.cz> | 2014-12-19 23:37:35 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-19 23:37:35 +0100 |
commit | ffd8356fc1b7a0222b622f14ea527bf33d1d3b89 (patch) | |
tree | 9a70b99863a3ca039881c0e42d84d4b21a8b6e43 /src/Mobs/Monster.h | |
parent | Merge pull request #1679 from SphinxC0re/master (diff) | |
parent | Fixed Guardians size and health (diff) | |
download | cuberite-ffd8356fc1b7a0222b622f14ea527bf33d1d3b89.tar cuberite-ffd8356fc1b7a0222b622f14ea527bf33d1d3b89.tar.gz cuberite-ffd8356fc1b7a0222b622f14ea527bf33d1d3b89.tar.bz2 cuberite-ffd8356fc1b7a0222b622f14ea527bf33d1d3b89.tar.lz cuberite-ffd8356fc1b7a0222b622f14ea527bf33d1d3b89.tar.xz cuberite-ffd8356fc1b7a0222b622f14ea527bf33d1d3b89.tar.zst cuberite-ffd8356fc1b7a0222b622f14ea527bf33d1d3b89.zip |
Diffstat (limited to 'src/Mobs/Monster.h')
-rw-r--r-- | src/Mobs/Monster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index f04e45ac6..fb1bc550d 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -30,7 +30,7 @@ public: mfHostile = 0, // Spider, Zombies ... mfPassive = 1, // Cows, Pigs mfAmbient = 2, // Bats - mfWater = 3, // Squid + mfWater = 3, // Squid, Guardian mfNoSpawn, mfUnhandled, // Nothing. Be sure this is the last and the others are in order |