X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_porto.qc;h=010a0f8b36546ccf7ad18a47b3460349b3d61a18;hb=3cf010e6e131e670fbc33c448556881ff24ea1ef;hp=b78e85574312d4cda870c4fec880701f29324686;hpb=0a6ce0928d11c81f66a7d3b63d2e6375169b6f47;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/w_porto.qc b/qcsrc/server/w_porto.qc index b78e85574..010a0f8b3 100644 --- a/qcsrc/server/w_porto.qc +++ b/qcsrc/server/w_porto.qc @@ -288,9 +288,9 @@ float w_porto(float req) // nothing to do } else if (req == WR_SUICIDEMESSAGE) - w_deathtypestring = "did the impossible"; + w_deathtypestring = "%s did the impossible"; else if (req == WR_KILLMESSAGE) - w_deathtypestring = "felt # doing the impossible to him"; + w_deathtypestring = "%s felt %s doing the impossible to him"; return TRUE; } #endif