Some small changes

This commit is contained in:
icomrade
2016-02-29 11:53:49 -05:00
parent b667d01c1c
commit a3dac45061
3 changed files with 12 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
private["_body","_name","_method","_methodStr"];
_body = _this select 3;
_name = _body getVariable["bodyName","unknown"];
_method = _body getVariable["deathType","unknown"];
_body = _this select 3;
_name = _body getVariable["bodyName","unknown"];
_method = _body getVariable["deathType","unknown"];
_methodStr = localize format ["str_death_%1",_method];
cutText [format[(localize "str_player_studybody"),_name,_methodStr], "PLAIN DOWN"];
cutText [format [localize "str_player_studybody",_name,_methodStr], "PLAIN DOWN"];