X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fplat.qc;h=2376c5956de1adbdc227654e30b819c8d5137b0f;hb=51e4f798abb1fc968f37d1ad425eaf5871bb33de;hp=d001fe299dd835821f9815e59aed842b35e551eb;hpb=54c73db251372d28956d780656c4a0a78a2e54ca;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/func/plat.qc b/qcsrc/common/mapobjects/func/plat.qc index d001fe299..2376c5956 100644 --- a/qcsrc/common/mapobjects/func/plat.qc +++ b/qcsrc/common/mapobjects/func/plat.qc @@ -61,11 +61,11 @@ spawnfunc(func_plat) this.dmg = 10000; } - if (this.dmg && (this.message == "")) + if (this.dmg && (this.message == "")) { this.message = "was squished"; } - if (this.dmg && (this.message2 == "")) + if (this.dmg && (this.message2 == "")) { this.message2 = "was squished by"; }