X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fmonster.qh;fp=qcsrc%2Fcommon%2Fmonsters%2Fmonster.qh;h=aba9c9aa9b66713607aa3f2c4d02412744b82e51;hp=841e7ef4026f49e6443d6d0d1973a5a3f4a4f663;hb=cf5201f8f1ee6008289df50610a9fb8fa1bfbac6;hpb=7b052d5dba58d84e4c38b45f6520f92c660d7188 diff --git a/qcsrc/common/monsters/monster.qh b/qcsrc/common/monsters/monster.qh index 841e7ef402..aba9c9aa9b 100644 --- a/qcsrc/common/monsters/monster.qh +++ b/qcsrc/common/monsters/monster.qh @@ -48,8 +48,6 @@ CLASS(Monster, Object) METHOD(Monster, mr_think, bool(Monster this, entity actor)) { TC(Monster, this); return false; } /** (SERVER) called when monster dies */ METHOD(Monster, mr_death, bool(Monster this, entity actor)) { TC(Monster, this); return false; } - /** (BOTH) precaches models/sounds used by this monster */ - METHOD(Monster, mr_precache, bool(Monster this)) { TC(Monster, this); return false; } /** (SERVER) called when monster is damaged */ METHOD(Monster, mr_pain, float(Monster this, entity actor, float damage_take, entity attacker, float deathtype)) { TC(Monster, this); return damage_take; } /** (BOTH?) sets animations for monster */