mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
A paramedic can use empty bloodbags (<emptybloodbag>-tag, item #1756) to create blood bags (<bloodbag>-tag, item #1757) from other mercs. These can then boost the health returned by surgery by ONTOP_PERCENT_SURGERY_HEAL_BLOODBAG percent.
Requires GameDir >= r2467. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8662 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -7421,6 +7421,9 @@ STR16 New113Message[] =
|
||||
L"Do you wish to make surgeries first? (%i patient(s))",
|
||||
L"Do you wish to make the surgery on this patient first?",
|
||||
L"Apply first aid automatically with surgeries or without them?",
|
||||
L"Do you want to perform surgery on %s before bandaging? (You can heal about %i health, *: %i by blood bag use.)", // TODO.Translate
|
||||
L"Do you want to perform surgery on %s? (You can heal about %i Health, *: %i by blood bag use.)",
|
||||
L"Do you wish to perform surgery on %s? (You can heal about %i Health, *: %i by blood bag use.)",
|
||||
L"Surgery on %s finished.",
|
||||
L"%s is hit in the chest and loses a point of maximum health!",
|
||||
L"%s is hit in the chest and loses %d points of maximum health!",
|
||||
@@ -8456,6 +8459,8 @@ STR16 szUDBGenSecondaryStatsTooltipText[]=
|
||||
L"|S|h|i|e|l|d", // TODO.Translate
|
||||
L"|C|a|m|e|r|a", // TODO.Translate
|
||||
L"|B|u|r|i|a|l |M|o|d|i|f|i|e|r",
|
||||
L"|E|m|p|t|y |B|l|o|o|d |B|a|g", // TODO.Translate
|
||||
L"|B|l|o|o|d |B|a|g", // 44
|
||||
};
|
||||
|
||||
STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
@@ -8503,6 +8508,8 @@ STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
L"\n \nIf equipped in a hand, this will block incoming damage.", // TODO.Translate
|
||||
L"\n \nYou can take photos with this.", // TODO.Translate
|
||||
L"\n \nThis item makes you more effective at burying corpses.",
|
||||
L"\n \nA paramedic can extract blood\nfrom a donor with this.", // TODO.Translate
|
||||
L"\n \nA paramedic can use up this item to increase\nthe amount of health regenerated by surgery.", // 44
|
||||
};
|
||||
|
||||
STR16 szUDBAdvStatsTooltipText[]=
|
||||
|
||||
Reference in New Issue
Block a user