mirror of
https://github.com/1dot13/gamedir.git
synced 2026-09-16 14:47:21 +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.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2467 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
+12
-1
@@ -460,6 +460,16 @@ AP_WATERTAP = 5
|
||||
;***********************************************************************
|
||||
AP_SODAMACHINE = 7
|
||||
|
||||
;***********************************************************************
|
||||
;* The APs to take a photo *
|
||||
;***********************************************************************
|
||||
AP_CAMERA = 7
|
||||
|
||||
;***********************************************************************
|
||||
;* The APs to take another merc's blood to fill a blood bag *
|
||||
;***********************************************************************
|
||||
AP_FILLBLOODBAG = 25
|
||||
|
||||
[BPConstants]
|
||||
;***********************************************************************
|
||||
;* Ratio of breath points to 1 energy (default = 100) *
|
||||
@@ -538,4 +548,5 @@ BP_FORTIFICATION = 700
|
||||
BP_REMOVE_FORTIFICATION = 400
|
||||
BP_HANDCUFF = 100
|
||||
BP_APPLYITEM = 5
|
||||
BP_INVENTORY_ARM = 0
|
||||
BP_INVENTORY_ARM = 0
|
||||
BP_FILLBLOODBAG = 20
|
||||
Reference in New Issue
Block a user