From: FruitieX Date: Sat, 27 Nov 2010 00:40:19 +0000 (+0200) Subject: ok not quite that much X-Git-Tag: xonotic-v0.1.0preview~99^2~2 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=4fcb58083fe92b7165ab775ba48c6b0a7bcf37f6 ok not quite that much --- diff --git a/qcsrc/server/sv_main.qc b/qcsrc/server/sv_main.qc index ceffc32beb..a5f35aa89a 100644 --- a/qcsrc/server/sv_main.qc +++ b/qcsrc/server/sv_main.qc @@ -42,7 +42,7 @@ void CreatureFrame (void) self.watersound_finished = time + 0.5; sound (self, CHAN_PLAYER, "player/lava.wav", VOL_BASE, ATTN_NORM); } - Damage (self, world, world, 4 * self.waterlevel, DEATH_LAVA, self.origin, '0 0 0'); + Damage (self, world, world, 6 * self.waterlevel, DEATH_LAVA, self.origin, '0 0 0'); } else if (self.watertype == CONTENT_SLIME) {