summaryrefslogtreecommitdiffstats
path: root/src/Mobs/MagmaCube.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-7/+4
|
* GetSizeName of cSlime and cMagmaCube is now staticTristan2015-05-091-1/+1
|
* Fixed the sound issue with the MagmaCubeTri1252015-05-071-2/+12
| | | | | | -Name of the sound is correctly capitalized -Get the appropriate sound depending on its size
* Fixed references to renamed files.archshift2014-04-241-1/+1
|
* Rename mob source files to fit CamelCase.archshift2014-04-241-0/+30
Rename Cavespider.cpp to CaveSpider.cpp Rename Cavespider.h to CaveSpider.h Rename Magmacube.cpp to MagmaCube.cpp Rename Magmacube.h to MagmaCube.h Rename Zombiepigman.cpp to ZombiePigman.cpp Rename Zombiepigman.h to ZombiePigman.h