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:
+11
-2
@@ -7413,11 +7413,14 @@ STR16 New113Message[] =
|
||||
// These added by SANDRO
|
||||
L"%s was successful at stealing!", // MINTY - Changed "on" to "at": More natural English
|
||||
L"%s did not have enough action points to steal all selected items.", // MINTY - Changed "had not" to "did not": More natural English
|
||||
L"Do you want to perform surgery on %s before bandaging? (You can heal about %i Health.)", // MINTY - Changed "make" to "perform": More natural English
|
||||
L"Do you want to perform surgery on %s? (You can heal about %i Health.)",// MINTY - Changed "make" to "perform": More natural English
|
||||
L"Do you want to perform surgery on %s before bandaging? (You can heal about %i health.)", // MINTY - Changed "make" to "perform": More natural English
|
||||
L"Do you want to perform surgery on %s? (You can heal about %i health.)",// MINTY - Changed "make" to "perform": More natural English
|
||||
L"Do you wish to perform surgeries first? (%i patient(s))",// MINTY - Changed "make" to "perform": More natural English
|
||||
L"Do you wish to perform the surgery on this patient first?",// MINTY - Changed "make" to "perform": More natural English
|
||||
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.)",
|
||||
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!",
|
||||
@@ -8450,6 +8453,8 @@ STR16 szUDBGenSecondaryStatsTooltipText[]=
|
||||
L"|S|h|i|e|l|d",
|
||||
L"|C|a|m|e|r|a",
|
||||
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",
|
||||
L"|B|l|o|o|d |B|a|g", // 44
|
||||
};
|
||||
|
||||
STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
@@ -8497,6 +8502,10 @@ STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
L"\n \nIf equipped in a hand, this will block incoming damage.",
|
||||
L"\n \nYou can take photos with this.",
|
||||
L"\n \nThis item makes you more effective at burying corpses.",
|
||||
L"\n \nA paramedic can extract blood\nfrom a donor with this.",
|
||||
L"\n \nA paramedic can use up this item to increase\nthe amount of health regenerated by surgery.", // 44
|
||||
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