X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Ffourier.qc;h=2aad3f3bff832748b72220f136cca69c120b94d2;hb=79012b90e96396059bcc310a8a95ae38918993a4;hp=73bb60536c110058e20360b1f8d63cfe508e0a34;hpb=59d3684c3ce95d95c6d3f14e6fc5567a2e6ff2ba;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/func/fourier.qc b/qcsrc/common/mapobjects/func/fourier.qc index 73bb60536..2aad3f3bf 100644 --- a/qcsrc/common/mapobjects/func/fourier.qc +++ b/qcsrc/common/mapobjects/func/fourier.qc @@ -59,7 +59,7 @@ spawnfunc(func_fourier) setblocked(this, generic_plat_blocked); if(this.dmg && (this.message == "")) this.message = " was squished"; - if(this.dmg && (this.message2 == "")) + if(this.dmg && (this.message2 == "")) this.message2 = "was squished by"; if(this.dmg && (!this.dmgtime)) this.dmgtime = 0.25; @@ -74,7 +74,7 @@ spawnfunc(func_fourier) this.active = ACTIVE_ACTIVE; // wait for targets to spawn - controller = new(func_fourier_controller); + controller = new_pure(func_fourier_controller); controller.owner = this; controller.nextthink = time + 1; setthink(controller, func_fourier_controller_think);