## ETPub PCR alpha hacks (etpub_pcr_ah) ## (C) 2006-2007 PatheticCockroach.com ## This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License ## Derivative works may only be done if they are distributed with their source code. ## ## The original etpub_pcr_ah source and binaries can be found around http://www.patheticcockroach.com/etserver/etpub_pcr.php ## ## Note : ETPub PCR alpha hacks are just small modifications for ETPub (http://www.etpub.org) Write in red the "Disguised Enemy!" message show to lvl 4 field ops Also modified the !heal function so that all healed players get cured from poison. ------------------------- MODIFICATION STARTS HERE src\cgame\cg_draw.c (line 2537) **** REPLACE s = CG_TranslateString( "Disguised Enemy!" ); **** WITH s = CG_TranslateString( "^1Disguised Enemy!" ); src\game\g_shrubbot.c (line 2645) **** AFTER vic->health = vic->client->ps.stats[STAT_MAX_HEALTH]; **** ADD vic->client->pmext.poisoned = qfalse; ------------------------- PERSONAL NOTES