r1728 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jul 6 18:02:05 EDT 2006


Author: div0
Date: 2006-07-06 18:02:04 -0400 (Thu, 06 Jul 2006)
New Revision: 1728

Modified:
   trunk/data/qcsrc/server/t_plats.qc
Log:
added documentation for "health" "-1" on func_button (in that case, the button fires even when fired with the MinstaGib laser which is damageless)


Modified: trunk/data/qcsrc/server/t_plats.qc
===================================================================
--- trunk/data/qcsrc/server/t_plats.qc	2006-07-06 10:55:15 UTC (rev 1727)
+++ trunk/data/qcsrc/server/t_plats.qc	2006-07-06 22:02:04 UTC (rev 1728)
@@ -560,7 +560,7 @@
 "speed"		override the default 40 speed
 "wait"		override the default 1 second wait (-1 = never return)
 "lip"		override the default 4 pixel lip remaining at end of move
-"health"	if set, the button must be killed instead of touched
+"health"	if set, the button must be killed instead of touched. If set to -1, the button will fire on ANY attack, even damageless ones like the MinstaGib laser
 "sounds"
 0) steam metal
 1) wooden clunk




More information about the nexuiz-commits mailing list