mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Nah, they don't
This commit is contained in:
parent
171e6b278c
commit
7e3e101508
@ -23,9 +23,9 @@ private _targetName = [_target, false, true] call EFUNC(common,getName);
|
||||
|
||||
private _dogTagData = [
|
||||
_targetName,
|
||||
str(floor random 9) + str(floor random 9) + str(floor random 9) + "-" +
|
||||
str(floor random 9) + str(floor random 9) + "-" +
|
||||
str(floor random 9) + str(floor random 9) + str(floor random 9),
|
||||
str(floor random 10) + str(floor random 10) + str(floor random 10) + "-" +
|
||||
str(floor random 10) + str(floor random 10) + "-" +
|
||||
str(floor random 10) + str(floor random 10) + str(floor random 10),
|
||||
_targetName call FUNC(bloodType)
|
||||
];
|
||||
// Store it
|
||||
|
Loading…
Reference in New Issue
Block a user